fix: mcaptcha-cli download script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e71ff14ae7
commit
c58fab7d81
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ download() {
|
|||
if [ ! -e $BIN_PATH ];
|
||||
then
|
||||
mkdir -p tmp/cli
|
||||
cd $BIN_PATH
|
||||
cd tmp/cli/
|
||||
wget $SOURCE --quiet --output-document=$TARBALL $SOURCE
|
||||
tar -xvzf $TARBALL > /dev/null
|
||||
rm $TARBALL
|
||||
|
|
Loading…
Reference in a new issue