Merge pull request #40389 from thaJeztah/fix_autogen_typo

hack/make/.go-autogen: fix typo in LDFLAGS variable
This commit is contained in:
Brian Goff 2020-01-17 08:16:52 -08:00 committed by GitHub
commit ac952773dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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} \