From 313742ebfd924eee551193bda638886ca7c40deb Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 16 Dec 2016 11:21:20 -0800 Subject: [PATCH] Use actual hostname when creating snapshots in warn msg --- lib/vmfloaty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index 9c878ff..3f718d9 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -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