Skip to content

Commit 41ae341

Browse files
committed
bugfix for run.sh in streamlit_deploy
1 parent b7fed97 commit 41ae341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/streamlit_deploy/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elif [ -z "${DIR}" ]; then
2222
fi
2323
elif [ -z "${REPO}" ]; then
2424
echo "No Github given, attempting to use directory."
25-
cd $REPO
25+
cd $DIR
2626
/miniconda/bin/conda config --set ssl_verify False
2727
/miniconda/bin/conda update -y conda
2828
/miniconda/bin/conda init

0 commit comments

Comments
 (0)