Skip to content
Snippets Groups Projects
Commit 87fb024e authored by François  LAURENT's avatar François LAURENT
Browse files

syntax error fixed

parent e04dbe97
No related branches found
No related tags found
1 merge request!18Set of commits to be tagged v0.18.3
Pipeline #131572 passed
...@@ -9,7 +9,7 @@ fi ...@@ -9,7 +9,7 @@ fi
if [ "$1" = "--uninstall" ]; then if [ "$1" = "--uninstall" ]; then
if [ -d "$LARVATAGGER_PATH/MaggotUBA" ]; then if [ -d "$LARVATAGGER_PATH/MaggotUBA" ]; then
env=(cd "$LARVATAGGER_PATH/MaggotUBA" && poetry env info -p) env=$(cd "$LARVATAGGER_PATH/MaggotUBA" && poetry env info -p)
if [ -d "$env" ]; then if [ -d "$env" ]; then
# clear the virtual environments # clear the virtual environments
env=$(dirname "$env") env=$(dirname "$env")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment