Skip to content

Commit

Permalink
fix bash script for gorse playground (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz authored Jul 15, 2023
1 parent f0ceca9 commit dc3bfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/public/playground
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ esac
# download binary
DOWNLOAD_URL=https://github.com/gorse-io/gorse/releases/latest/download/gorse_${OS}_${ARCH}.zip
DOWNLOAD_DST=./gorse_${OS}_${ARCH}.zip
PLAYGROUND_BIN=./gorse-in-one_${OS}_${ARCH}
PLAYGROUND_BIN=./gorse-in-one
if [ -f $DOWNLOAD_DST ] && [ ! -f $PLAYGROUND_BIN ]; then
rm $DOWNLOAD_DST
fi
Expand Down

0 comments on commit dc3bfbb

Please sign in to comment.