Skip to content

Commit e8122ed

Browse files
committed
hack/make/.go-autogen: fix typo in LDFLAGS variable
Introduced in 675b414 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e5c8eca commit e8122ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/make/.go-autogen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source hack/dockerfile/install/runc.installer
66
source hack/dockerfile/install/tini.installer
77
source hack/dockerfile/install/containerd.installer
88

9-
LDFLAGS="${LDFALGS} \
9+
LDFLAGS="${LDFLAGS} \
1010
-X github.com/docker/docker/dockerversion.Version=${VERSION} \
1111
-X github.com/docker/docker/dockerversion.GitCommit=${GITCOMMIT} \
1212
-X github.com/docker/docker/dockerversion.BuildTime=${BUILDTIME} \

0 commit comments

Comments
 (0)