mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-04 14:22:11 -04:00
make updatedeps will actually update now
This commit is contained in:
parent
5e786e3bb2
commit
d393bb5112
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -31,7 +31,7 @@ testrace:
|
|||
go test -race $(TEST) $(TESTARGS)
|
||||
|
||||
updatedeps:
|
||||
go get -d -v -p 2 ./...
|
||||
go get -u -d -v -p 2 ./...
|
||||
|
||||
vet:
|
||||
@go tool vet 2>/dev/null ; if [ $$? -eq 3 ]; then \
|
||||
|
|
|
|||
Loading…
Reference in a new issue