Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e774205

Browse files
committedJan 30, 2016
verbose gx install
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent d28109e commit e774205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gx:
2121
go get -u github.com/whyrusleeping/gx-go
2222

2323
deps: gx
24-
gx install --global
24+
gx --verbose install --global
2525

2626
# saves/vendors third-party dependencies to Godeps/_workspace
2727
# -r flag rewrites import paths to use the vendored path

0 commit comments

Comments
 (0)
Please sign in to comment.