Typo in bash path

This commit is contained in:
cmdr2
2022-10-13 10:24:44 +05:30
parent 132e2b3ae5
commit 15c5d6a5ef
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ if [ "$PACKAGES_TO_INSTALL" != "" ]; then
"$MAMBA_ROOT_PREFIX/micromamba" install -y --prefix "$INSTALL_ENV_DIR" -c conda-forge $PACKAGES_TO_INSTALL
fi
if [ -e "$INSTALL_ENV_DIR" ]; then export PATH="$PATH;$INSTALL_ENV_DIR/bin"; fi
if [ -e "$INSTALL_ENV_DIR" ]; then export PATH="$PATH:$INSTALL_ENV_DIR/bin"; fi
# get the repo (and load into the current directory)
if [ ! -e ".git" ]; then