Skip to content

Commit f3dc9f3

Browse files
committed
coerce nil
1 parent 373a4c1 commit f3dc9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kamal/commander.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize
1414
end
1515

1616
def config
17-
@config ||= Kamal::Configuration.create_from(**@config_kwargs).tap do |config|
17+
@config ||= Kamal::Configuration.create_from(**@config_kwargs.to_h).tap do |config|
1818
@config_kwargs = nil
1919
configure_sshkit_with(config)
2020
end

0 commit comments

Comments
 (0)