lib/vagrant-orchestrate/command/push.rb in vagrant-orchestrate-0.5.2 vs lib/vagrant-orchestrate/command/push.rb in vagrant-orchestrate-0.5.3
- old
+ new
@@ -160,10 +160,10 @@
if username && password
machines.each do |machine|
creds.apply_creds(machine, username, password)
end
else
- @env.ui.warn "Vagrant-orchestrate could not gather credentials. Continuing with default credentials."
+ @env.ui.warn "Vagrant-orchestrate did find any credentials. Continuing with default credentials."
end
end
def guard_clean
message = "ERROR!\nThere are files that need to be committed first."