Fix tar version check

This commit is contained in:
Michael Vines 2019-04-25 11:13:45 -07:00
parent 5a79676b8a
commit 4dc0495a1b
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,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"
)"
;;