From 60e9282f0adac48cbf283306ceb08ad7a31ac94b Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 22 Feb 2016 15:35:51 +0100 Subject: [PATCH] fixes typo ghr --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index e47c9caa2..25607843b 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -10,7 +10,7 @@ fi curl -LO https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip unzip -q linux_amd64.zip -sudo mv grh /usr/bin/ghr +sudo mv ghr /usr/bin/ghr sudo chmod +x /usr/bin/ghr ghr -t $GITHUB_TOKEN -u emilevauge -r traefik --prerelease ${VERSION} dist/