Skip to content

Commit

Permalink
fix end binary name on make install
Browse files Browse the repository at this point in the history
  • Loading branch information
gypsydiver committed Dec 19, 2018
1 parent db24469 commit 708a393
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
@@ -1,6 +1,6 @@
install: deps
mkdir -p ~/.terraform.d/plugins
go build -o ~/.terraform.d/plugins/jumpcloud-provider-terraform
go build -o ~/.terraform.d/plugins/terraform-provider-jumpcloud
deps:
dep ensure
update-deps:
Expand Down

0 comments on commit 708a393

Please sign in to comment.