lib/conjur/authn.rb in conjur-cli-4.13.1 vs lib/conjur/authn.rb in conjur-cli-4.14.0

- old
+ new

@@ -79,11 +79,10 @@ netrc.save @credentials end def ask_for_credentials(options = {}) - raise "No credentials provided or found" if options[:noask] - + raise "No Conjur credentials provided or found" if options[:noask] # also use stderr here, because we might be prompting for a password as part # of a command like user:create that we'd want to send to a file. require 'highline' require 'conjur/api'