Skip to content

Commit 92cb8a2

Browse files
Update ct/netbox.sh
Co-authored-by: Håvard Gjøby Thom <[email protected]>
1 parent 8e55ce0 commit 92cb8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/netbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if [ ! -d "/opt/netbox-${RELEASE}" ]; then
100100
rm -rf "${OLD_VERSION_PATH}"
101101
msg_ok "Cleaned"
102102
else
103-
msg_ok "No update required. ${APP} is already at ${RELEASE}"
103+
msg_ok "No update required. ${APP} is already at v${RELEASE}"
104104
fi
105105
exit
106106
}

0 commit comments

Comments
 (0)