From 9c05a0d2224b3a360fd9b1ef5693ed96dda5af77 Mon Sep 17 00:00:00 2001 From: Jeromy <jeromyj@gmail.com> Date: Fri, 29 Jan 2016 22:43:22 -0800 Subject: [PATCH] verbose gx install License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc9c701be..a59934ecd 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ gx: go get -u github.com/whyrusleeping/gx-go deps: gx - gx install --global + gx --verbose install --global # saves/vendors third-party dependencies to Godeps/_workspace # -r flag rewrites import paths to use the vendored path -- GitLab