Skip to content

Commit 294fcba

Browse files
author
Mladen Rusev
committed
remove trailing \
1 parent f97684d commit 294fcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/ark/00_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go_ark_mod_dir := .
44
go_ark_ldflags := \
55
-X $(gomodule_name)/pkg/version.PreflightVersion=$(VERSION) \
66
-X $(gomodule_name)/pkg/version.Commit=$(GITCOMMIT) \
7-
-X $(gomodule_name)/pkg/version.BuildDate=$(shell date "+%F-%T-%Z") \
7+
-X $(gomodule_name)/pkg/version.BuildDate=$(shell date "+%F-%T-%Z")
88

99
oci_ark_base_image_flavor := static
1010
oci_ark_image_name := quay.io/jetstack/disco-agent

0 commit comments

Comments
 (0)