From 4891fe23152702525aa6356e3bde975c3efe5fed Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 26 Apr 2022 09:43:45 -0400
Subject: [PATCH] Update haos-vm-v3.sh

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

diff --git a/vm/haos-vm-v3.sh b/vm/haos-vm-v3.sh
index f25e8586..5b2a9a4f 100644
--- a/vm/haos-vm-v3.sh
+++ b/vm/haos-vm-v3.sh
@@ -242,7 +242,7 @@ else
 fi
 msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
 msg_ok "Container ID is ${CL}${BL}$VMID${CL}."
-msg_info "Getting URL for Latest Home Assistant Disk Image"
+msg_info "Getting URL for Home Assistant ${BRANCH} Disk Image"
 URL=https://github.com/home-assistant/operating-system/releases/download/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz
 msg_ok "Found URL for Home Assistant ${BRANCH} Disk Image"
 msg_ok "${CL}${BL}${URL}${CL}"