summaryrefslogtreecommitdiff
path: root/hack/make/dynbinary-proxy
diff options
context:
space:
mode:
authorBrian Goff <cpuguy83@gmail.com>2021-06-18 21:38:50 +0000
committerSebastiaan van Stijn <github@gone.nl>2021-06-25 18:01:55 +0200
commite7cf711c022fed4f1dc3cb6af1be9987b3bd65ba (patch)
tree0392ce74289847864a4185e9562966fd70a7d161 /hack/make/dynbinary-proxy
parent7266a956a88228cd5aed26894b296ad4ffc6e2f6 (diff)
downloaddocker-e7cf711c022fed4f1dc3cb6af1be9987b3bd65ba.tar.gz
Move proxy CLI to main cmd/
Since this command is part of the official distribution and even required for tests, let's move this up to the main cmd's. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Diffstat (limited to 'hack/make/dynbinary-proxy')
-rw-r--r--hack/make/dynbinary-proxy2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/make/dynbinary-proxy b/hack/make/dynbinary-proxy
index e97a15b311..3e16676061 100644
--- a/hack/make/dynbinary-proxy
+++ b/hack/make/dynbinary-proxy
@@ -9,7 +9,7 @@ set -e
export BUILDFLAGS=("${BUILDFLAGS[@]/osusergo /}") # ditto for osusergo
export BUILDFLAGS=("${BUILDFLAGS[@]/static_build /}") # we're not building a "static" binary here
- GO_PACKAGE='github.com/docker/docker/libnetwork/cmd/proxy'
+ GO_PACKAGE='github.com/docker/docker/cmd/docker-proxy'
BINARY_SHORT_NAME='docker-proxy'
source "${MAKEDIR}/.binary"
)