lib/rubysmith/cli/actions/git_hub_ci.rb in rubysmith-5.2.0 vs lib/rubysmith/cli/actions/git_hub_ci.rb in rubysmith-5.3.0

- old
+ new

@@ -13,10 +13,10 @@ on "--[no-]git_hub_ci" default { Container[:configuration].build_git_hub_ci } - def call(value = default) = input.build_git_hub_ci = value + def call(value = nil) = input.build_git_hub_ci = value end end end end