Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: tools/bug_chomper/run_server.sh

Issue 288763002: Fix goauth path (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bug_chomper/run_server.sh
diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh
index c2d5ad420ce6cb38a03c44f45c4e400ea22698ca..a6cb4531aa047301d7816b8c21e346bba6ac3342 100755
--- a/tools/bug_chomper/run_server.sh
+++ b/tools/bug_chomper/run_server.sh
@@ -10,7 +10,7 @@ if [[ -z "$GOPATH" ]]; then
fi
go get github.com/gorilla/securecookie
-go get code.google.com/p/goauth2
+go get code.google.com/p/goauth2/oauth
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd $DIR
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698