Skip to content

Commit 040366e

Browse files
committed
Cleanup
1 parent 2e25374 commit 040366e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default: build
66
build: $(shell find . \( -type f -name '*.go' -print \))
77
set -xe ;\
88
vtag=$$(git describe --tags --abbrev=12 --dirty --broken) ;\
9-
go build -o terragrunt-iac-engine-opentofu -ldflags "-X github.com/gruntwork-io/go-commons/version.Version=$${vtag} -extldflags '-static'" .
9+
go build -o terragrunt-iac-engine-terraform -ldflags "-X github.com/gruntwork-io/go-commons/version.Version=$${vtag} -extldflags '-static'" .
1010

1111
clean:
1212
rm -f engine

0 commit comments

Comments
 (0)