mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
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