Use actual hostname when creating snapshots in warn msg

This commit is contained in:
Brian Cain 2016-12-16 11:21:20 -08:00
parent 82afa94b6e
commit 313742ebfd

View file

@ -382,7 +382,7 @@ class Vmfloaty
exit 1
end
puts "Snapshot pending. Use `floaty query host` to determine when snapshot is valid."
puts "Snapshot pending. Use `floaty query #{hostname}` to determine when snapshot is valid."
pp snapshot_req
end
end