Skip to content

Commit

Permalink
Merge pull request #192 from obowersa/login_with_pry_fix
Browse files Browse the repository at this point in the history
Small fix to login with pry to use login.yml instead of spec.yml
  • Loading branch information
katelovescode committed Nov 27, 2017
2 parents b9fe59f + 193e260 commit dc6fb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/login_with_pry.rb
Expand Up @@ -33,7 +33,7 @@ def get_from_stdin(prompt, mask = false)
end

if ARGV.empty?
config_file = '~/.jenkins_api_client/spec.yml'
config_file = '~/.jenkins_api_client/login.yml'
else
config_file = ARGV.shift
end
Expand Down

0 comments on commit dc6fb95

Please sign in to comment.