Skip to content

Commit e4e7ce6

Browse files
authored
fix: correct mithril-client command in short path (#146)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent c565dbf commit e4e7ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if ! test -e /data/db/protocolMagicId; then
3434
# Handle SIGTERM during initial sync
3535
trap 'kill -TERM $(pidof mithril-client)' TERM
3636
# Run mithril-client in the background so we can capture the PID and wait
37-
mithril-client cardano-db snapshot download ${SNAPSHOT_DIGEST} &
37+
mithril-client cardano-db download ${SNAPSHOT_DIGEST} &
3838
_mithril_pid=$!
3939
wait $_mithril_pid || exit $?
4040
# Reset signal handler and wait again (to avoid race condition)

0 commit comments

Comments
 (0)