Fix directory existence check
This commit is contained in:
parent
74a4390bf1
commit
71de9b8a53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue