1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

hack/make/.go-autogen: fix typo in LDFLAGS variable

Introduced in 675b414f56

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-01-17 12:39:56 +01:00
parent e5c8eca2ee
commit e8122ed724
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -6,7 +6,7 @@ source hack/dockerfile/install/runc.installer
source hack/dockerfile/install/tini.installer
source hack/dockerfile/install/containerd.installer
LDFLAGS="${LDFALGS} \
LDFLAGS="${LDFLAGS} \
-X github.com/docker/docker/dockerversion.Version=${VERSION} \
-X github.com/docker/docker/dockerversion.GitCommit=${GITCOMMIT} \
-X github.com/docker/docker/dockerversion.BuildTime=${BUILDTIME} \