Skip to content

Commit 81be6e5

Browse files
authored
Update qbm-update.sh
1 parent e54e5c6 commit 81be6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qbm-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ QBM_VENV_PATH="/opt/.venv/qbm-venv"
1010
QBM_SERVICE_NAME="qbmanage"
1111
QBM_UPSTREAM_GIT_REMOTE="origin"
1212
QBM_VERSION_FILE="$QBM_PATH/VERSION"
13-
QBM_REQUIREMENTS_FILE="$QBM_PATH/requirements.txt"
13+
QBM_REQUIREMENTS_FILE="$QBM_PATH/pyproject.toml"
1414
CURRENT_UID=$(id -un)
1515

1616
# Check if QBM is installed and if the current user owns it

0 commit comments

Comments
 (0)