Skip to content

Commit

Permalink
Move binary to plugins folder
Browse files Browse the repository at this point in the history
  • Loading branch information
snichme committed Jun 19, 2018
1 parent 2a5642a commit ec9d01c
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 @@ -12,7 +12,7 @@ build: ## Build cloudamqp provider
go build -o terraform-provider-cloudamqp

install: build ## Install cloudamqp provider into terraform plugin directory
cp terraform-provider-cloudamqp ~/.terraform.d/plugins
mv terraform-provider-cloudamqp ~/.terraform.d/plugins/

init: install ## Run terraform init for local testing
terraform init
Expand Down

0 comments on commit ec9d01c

Please sign in to comment.