mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
fix(action) Make wget progress indicator much smaller(#714)
This commit is contained in:
parent
9433f016bb
commit
aaf3ff4e4f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fi
|
|||
if [[ -z $(which ${CMD_NAME} 2>/dev/null) ]]; then
|
||||
VERSION=1.14.8
|
||||
log "Downloading 'typos' v${VERSION}"
|
||||
wget https://github.com/crate-ci/typos/releases/download/v${VERSION}/typos-v${VERSION}-x86_64-unknown-linux-musl.tar.gz
|
||||
wget --progress=dot:mega "https://github.com/crate-ci/typos/releases/download/v${VERSION}/typos-v${VERSION}-x86_64-unknown-linux-musl.tar.gz"
|
||||
sudo tar -xzvf typos-v${VERSION}-x86_64-unknown-linux-musl.tar.gz -C /usr/local/bin ./typos
|
||||
rm typos-v${VERSION}-x86_64-unknown-linux-musl.tar.gz
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue