mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Change name from docker-client to docker in dynbinary-client
Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
This commit is contained in:
parent
66eb91463a
commit
f9e03d52e9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
(
|
||||
export BINARY_SHORT_NAME="docker-client"
|
||||
export BINARY_SHORT_NAME="docker"
|
||||
export SOURCE_PATH="./client"
|
||||
export IAMSTATIC="false"
|
||||
export LDFLAGS_STATIC_DOCKER=''
|
||||
|
|
Loading…
Reference in a new issue