Fix directory existence check

This commit is contained in:
Josh Hansen 2023-10-01 13:40:27 -07:00
parent 74a4390bf1
commit 71de9b8a53

View file

@ -13,7 +13,7 @@ GHEE="$REPO_PATH/target/debug/ghee"
# GHEE="sudo -u $OWNER $GHEE_CMD"
if [ ! -d "example" ]; then
if [ ! -d "snapshot" ]; then
mkdir snapshot
fi