Skip to content

Commit

Permalink
fix zplug URL
Browse files Browse the repository at this point in the history
fix #24
fix #25
  • Loading branch information
g-plane committed Jul 12, 2020
1 parent f26b244 commit b899bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zplug.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ if [ $(uname) = "Darwin" ]
then
platform="macos"
else
platform="linux"
platform="ubuntu"
fi

url="https://github.com/g-plane/zsh-yarn-autocompletions/releases/download/v$version/yarn-autocompletions_$platform.zip"
url="https://github.com/g-plane/zsh-yarn-autocompletions/releases/download/v$version/yarn-autocompletions_$platform-latest.zip"

if [ $(hash wget 2>/dev/null) ]
then
Expand Down

0 comments on commit b899bc5

Please sign in to comment.