Skip to content

Commit

Permalink
chore: fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Oct 11, 2022
1 parent 538112e commit 9e0fe46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-misspell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ set -e
usage() {
this=$1
cat <<EOF
$this: download go binaries for client9/misspell
$this: download go binaries for golangci/misspell
Usage: $this [-b] bindir [tag]
-b sets bindir or installation directory, Defaults to ./bin
[tag] is a tag from
https://github.com/client9/misspell/releases
https://github.com/golangci/misspell/releases
If tag is missing, then an attempt to find the latest will be found.
Consider setting GITHUB_TOKEN to avoid triggering GitHub rate limits.
Expand Down Expand Up @@ -316,7 +316,7 @@ End of functions from https://github.com/client9/shlib
------------------------------------------------------------------------
EOF

OWNER=client9
OWNER=golangci
REPO="misspell"
BINARY=misspell
FORMAT=tar.gz
Expand Down

0 comments on commit 9e0fe46

Please sign in to comment.