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
if [ "$1" = "--uninstall" ]; 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
# clear the virtual environments
env=$(dirname "$env")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment