Merge pull request #17 from ballou88/fix-for-broken-prompt-for-password
Fix for prompt_for_password
This commit is contained in:
@@ -66,9 +66,10 @@ module Zanzibar
|
||||
|
||||
def prompt_for_password
|
||||
puts "Please enter password for #{@@username}:"
|
||||
STDIN.noecho(&:gets).chomp
|
||||
STDIN.noecho(&:gets).chomp.tap do
|
||||
puts "Using password to login..."
|
||||
end
|
||||
end
|
||||
|
||||
## Gets the wsdl document location if none is provided in the constructor
|
||||
# @return [String] the location of the WDSL document
|
||||
|
||||
Reference in New Issue
Block a user