mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
Use actual hostname when creating snapshots in warn msg
This commit is contained in:
parent
82afa94b6e
commit
313742ebfd
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ class Vmfloaty
|
||||||
exit 1
|
exit 1
|
||||||
end
|
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
|
pp snapshot_req
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue