Fix tar version check

This commit is contained in:
Michael Vines
2019-04-25 11:13:45 -07:00
parent 7c5e5a06f3
commit 515ab21f07

View File

@ -427,7 +427,7 @@ start() {
networkVersion="$(
(
set -o pipefail
grep "^version: " "$SOLANA_ROOT"/solana-release/version.yml | head -n1 | cut -d\ -f2
grep "^commit: " "$SOLANA_ROOT"/solana-release/version.yml | head -n1 | cut -d\ -f2
) || echo "tar-unknown"
)"
;;