From 40fdd09c47adc767c93c6ec23b8186b7f4575db8 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 31 Jul 2022 23:12:29 -0400
Subject: [PATCH] Update haos-vm-v4.sh

---
 vm/haos-vm-v4.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vm/haos-vm-v4.sh b/vm/haos-vm-v4.sh
index c2ff7a405..693400e9b 100644
--- a/vm/haos-vm-v4.sh
+++ b/vm/haos-vm-v4.sh
@@ -260,7 +260,7 @@ qm set $VMID \
   -boot order=scsi0 >/dev/null
 qm set $VMID -description "# Home Assistant OS
 ### https://github.com/tteck/Proxmox" >/dev/null
-msg_ok "Created HAOS VM ${CL}${BL}${VM_NAME}"
+msg_ok "Created HAOS VM ${CL}${BL}${HN}"
 if [ "$START_VM" == "yes" ]; then
 msg_info "Starting Home Assistant OS VM"
 qm start $VMID