Skip to content

Commit fe219a3

Browse files
author
Will Meek
committed
(maint) Rubocop fix
1 parent b32a03d commit fe219a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/apikey.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
params = JSON.parse(ENV['PARAMS'] || STDIN.read)
2323

24-
new_params = { :connection_info => Hash.new }
24+
new_params = { connection_info: {} }
2525

2626
if !params['credentials_file']
2727
if params['host']

0 commit comments

Comments
 (0)