lib/rubysmith/cli/actions/conduct.rb in rubysmith-5.2.0 vs lib/rubysmith/cli/actions/conduct.rb in rubysmith-5.3.0
- old
+ new
@@ -13,10 +13,10 @@
on "--[no-]conduct"
default { Container[:configuration].build_conduct }
- def call(value = default) = input.build_conduct = value
+ def call(value = nil) = input.build_conduct = value
end
end
end
end