We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32a03d commit fe219a3Copy full SHA for fe219a3
tasks/apikey.rb
@@ -21,7 +21,7 @@
21
22
params = JSON.parse(ENV['PARAMS'] || STDIN.read)
23
24
-new_params = { :connection_info => Hash.new }
+new_params = { connection_info: {} }
25
26
if !params['credentials_file']
27
if params['host']
0 commit comments