forked from forks/go-ethereum
docker: fix run-smoke.sh path to binary (#1485)
This commit is contained in:
parent
8a1f6a6c6f
commit
99db027993
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
/swarm-smoke $@ 2>&1 || true
|
swarm-smoke $@ 2>&1 || true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue