diff --git a/hack/jenkins/common.sh b/hack/jenkins/common.sh index 6f9ffe7fd9..e3cf028b96 100755 --- a/hack/jenkins/common.sh +++ b/hack/jenkins/common.sh @@ -331,7 +331,7 @@ echo ">> Installing gopogh" if [ "$(uname)" != "Darwin" ]; then curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.16/gopogh-linux-amd64 && sudo install gopogh-linux-amd64 /usr/local/bin/gopogh else - curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.16/gopogh-darwin-amd64 && sudo install gopogh-linux-amd64 /usr/local/bin/gopogh + curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.16/gopogh-darwin-amd64 && sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh fi echo ">> Running gopogh"