Skip to content

Commit 08f300e

Browse files
authored
Update run.sh
1 parent 2b4beba commit 08f300e

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-
if [ -d "$DIR" ]; then
25+
if [ -d "${DIR}" ]; then
2626
cd $DIR
2727
else
2828
echo "Cannot access $DIR, sleeping for 60 minutes."

0 commit comments

Comments
 (0)