mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-06-26 23:19:56 +00:00
fix: rename nonexistent function call in update_macos.sh script (#687) #none
This commit is contained in:
parent
edec6142bf
commit
79a5f064a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user