fix: rename nonexistent function call in update_macos.sh script (#687) #none

This commit is contained in:
Tzzed 2025-04-01 08:28:30 +04:00 committed by GitHub
parent edec6142bf
commit 79a5f064a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ function update_latest() {
if [ -f "pyproject.toml" ]; then
echo "Source files detected. Please perform git pull manually."
deactivate_environment
deactivate_conda_env
exit 1
else
echo "Installing version: $app_version"
@ -51,7 +51,7 @@ function update_latest() {
if [ $? -ne 0 ]; then
echo
echo "Update failed. You may need to run the update again."
deactivate_environment
deactivate_conda_env
exit 1
fi
fi