Skip to content

Commit

Permalink
chore(makefile): fix doube-quoted version string (#3764)
Browse files Browse the repository at this point in the history
Closes: #3755
  • Loading branch information
rafaeldtinoco committed Dec 14, 2023
1 parent f6f40e0 commit 32d2eda
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 @@ -448,7 +448,7 @@ $(OUTPUT_DIR)/tracee: \
-tags $(GO_TAGS_EBPF) \
-ldflags="$(GO_DEBUG_FLAG) \
-extldflags \"$(CGO_EXT_LDFLAGS_EBPF)\" \
-X github.com/aquasecurity/tracee/pkg/version.version=\"$(VERSION)\" \
-X github.com/aquasecurity/tracee/pkg/version.version=$(VERSION) \
" \
-v -o $@ \
./cmd/tracee
Expand Down

0 comments on commit 32d2eda

Please sign in to comment.