Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 110eb5f

Browse files
author
Dongsu Park
committed
build-env: change /usr/bin/etcdctl to etcdctl
1 parent 641e619 commit 110eb5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build-env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ eval $(go env)
2121
export PATH="${GOROOT}/bin:${PATH}"
2222
export FLEETD_BIN="$(pwd)/bin/fleetd"
2323
export FLEETCTL_BIN="$(pwd)/bin/fleetctl"
24-
export ETCDCTL_BIN="/usr/bin/etcdctl"
24+
#export ETCDCTL_BIN="/usr/bin/etcdctl"
25+
export ETCDCTL_BIN="etcdctl"

0 commit comments

Comments
 (0)