From 515ab21f077ffbf153e9db77dd7118d84ef277f5 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 7a0b5785b8..6ae32c6243 100755 --- a/net/net.sh +++ b/net/net.sh @@ -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" )" ;;