fix a typo i somehow missed THIS WHOLE TIME

This commit is contained in:
Brendan Webb 2021-08-22 17:24:23 +10:00
parent f90e7d0d3d
commit fc5a3a21a6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ curl -s https://tildegit.org/api/v1/repos/BrendanTCC/brendotools-wallman/release
DOWNLOAD_VERSION=$(cat $WPSET_REL | jq .[0].tag_name | sed s/\"//g)
DOWNLOAD_URL=$(cat $WPSET_REL | jq .[0].assets[0].browser_download_url | sed s/\"//g)
DOWNLOAD_FNAME=$(cat $WPSET_REL | jq .[0].assets[0].name | sed s/\"//g)
DOWNLOAD_FOLDER=$(echo "$DOWNLOAD_FNAME" | s/\.zip//)
DOWNLOAD_FOLDER=$(echo "$DOWNLOAD_FNAME" | sed s/\.zip//)
# other important shit
CONF="/home/$USER/.config/wpdl.conf"