Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinmayGitHub committed Dec 20, 2024
1 parent 02ab66c commit 918b5d0
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 @@ -13,7 +13,7 @@ build: clean bin/terraform-provider-instana

bin/terraform-provider-instana:
@echo "+++++++++++ Run GO Build +++++++++++ "
@go build -o $@ github.com/gessnerfl/terraform-provider-instana
@go build -o $@ github.com/instana/terraform-provider-instana

.PHONY: test
test:
Expand Down

0 comments on commit 918b5d0

Please sign in to comment.