Skip to content

Commit

Permalink
diddled - Makefile get goal
Browse files Browse the repository at this point in the history
Do submodule init after go get
  • Loading branch information
wellsie committed May 16, 2016
1 parent 07985a0 commit 370e35f
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 @@ -16,8 +16,8 @@ fmt:
go fmt -x .

get:
go get -v -d -t ./...
git submodule update --init --recursive # vendor/ terraform v0.6.16
go get -v -d -t ./...

graph: terraform-provider-tack
terraform graph examples/
Expand Down

0 comments on commit 370e35f

Please sign in to comment.