Skip to content

Commit 4da5bd6

Browse files
committed
#15908: Update upgrade.sh
1 parent c7176e8 commit 4da5bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
cd "$(dirname "$0")"
1010

11-
NETBOX_VERSION="$(grep ^VERSION netbox/netbox/settings.py | cut -d\' -f2)"
11+
NETBOX_VERSION="$(grep ^version netbox/release.yaml | cut -d \" -f2)"
1212
echo "You are installing (or upgrading to) NetBox version ${NETBOX_VERSION}"
1313

1414
VIRTUALENV="$(pwd -P)/venv"

0 commit comments

Comments
 (0)