From 79a5f064a2a3eb299b80abf63a225d5d4603fb0c Mon Sep 17 00:00:00 2001 From: Tzzed Date: Tue, 1 Apr 2025 08:28:30 +0400 Subject: [PATCH] fix: rename nonexistent function call in update_macos.sh script (#687) #none --- scripts/update_macos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update_macos.sh b/scripts/update_macos.sh index af0603c8..71262052 100644 --- a/scripts/update_macos.sh +++ b/scripts/update_macos.sh @@ -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