Skip to content

Commit

Permalink
Makefile: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
huachaohuang committed Oct 22, 2016
1 parent d96c35b commit 904e83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ update:
rm -rf vendor && mv _vendor/vendor vendor || true
rm -rf _vendor
ifdef PKG
glide update --strip-vendor --skip-test ${PKG}
glide get --strip-vendor --skip-test ${PKG}
else
glide update --strip-vendor --skip-test
endif
Expand Down

0 comments on commit 904e83b

Please sign in to comment.