From 4dc0495a1bed58fd642a5fcc72d17c746f481102 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 25 Apr 2019 11:13:45 -0700 Subject: [PATCH] Fix tar version check --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index ace7211a20..ce86e74cd8 100755 --- a/net/net.sh +++ b/net/net.sh @@ -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" )" ;;