We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373a4c1 commit f3dc9f3Copy full SHA for f3dc9f3
lib/kamal/commander.rb
@@ -14,7 +14,7 @@ def initialize
14
end
15
16
def config
17
- @config ||= Kamal::Configuration.create_from(**@config_kwargs).tap do |config|
+ @config ||= Kamal::Configuration.create_from(**@config_kwargs.to_h).tap do |config|
18
@config_kwargs = nil
19
configure_sshkit_with(config)
20
0 commit comments