From 60f4842a99b95d7058c6f21cccd6e82bb0d78a0c Mon Sep 17 00:00:00 2001 From: Madhav Puri Date: Mon, 24 Aug 2015 23:29:25 -0700 Subject: [PATCH] Fix the repository for github-release binary Signed-off-by: Madhav Puri --- scripts/deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deps b/scripts/deps index 79f71c81d..3ac72a55e 100755 --- a/scripts/deps +++ b/scripts/deps @@ -1,7 +1,7 @@ #!/bin/bash go get github.com/tools/godep -go get github.com/c4milo/github-release +go get github.com/aktau/github-release if ! go get github.com/golang/lint/golint then