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:
parent
e5c8eca2ee
commit
e8122ed724
1 changed files with 1 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue