From 4da5bd6ed1bbfee5f2f76ed53cd41a048edf4fdc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 7 Jun 2024 14:36:41 -0400 Subject: [PATCH] #15908: Update upgrade.sh --- upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.sh b/upgrade.sh index 0b2cd383b..512bda34b 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -8,7 +8,7 @@ cd "$(dirname "$0")" -NETBOX_VERSION="$(grep ^VERSION netbox/netbox/settings.py | cut -d\' -f2)" +NETBOX_VERSION="$(grep ^version netbox/release.yaml | cut -d \" -f2)" echo "You are installing (or upgrading to) NetBox version ${NETBOX_VERSION}" VIRTUALENV="$(pwd -P)/venv"