Skip to content

Commit

Permalink
Return to irb in login_with_irb script
Browse files Browse the repository at this point in the history
  • Loading branch information
Niarfe committed Feb 26, 2014
1 parent d79aa54 commit 996394c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/login_with_irb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
require 'jenkins_api_client'
require 'yaml'
require 'pry'
require 'irb'

def prompt_for_username
get_from_stdin("Username: ", false)
Expand Down Expand Up @@ -51,4 +51,4 @@ def get_from_stdin(prompt, mask = false)
puts "logged-in to the Jenkins API, use the '@client' variable to use the client"
end

pry
IRB.start

0 comments on commit 996394c

Please sign in to comment.