diff --git a/lib/zanzibar.rb b/lib/zanzibar.rb index f8886bd..ae3e319 100644 --- a/lib/zanzibar.rb +++ b/lib/zanzibar.rb @@ -67,6 +67,7 @@ module Zanzibar def prompt_for_password puts "Please enter password for #{@@username}:" STDIN.noecho(&:gets).chomp + puts "Using password to login..." end ## Gets the wsdl document location if none is provided in the constructor