From 7b92b90580b74c95550b47a09d9979cf46a0f72d Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 20:54:09 -0500 Subject: [PATCH] Testing failure conditions --- gravity-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index e4c8769..7896384 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -890,10 +890,10 @@ function show_version { MESSAGE="Running Version: ${VERSION}" echo_info - GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/master/VERSION) + GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION) if [ -z "$GITVERSION" ] then - MESSAGE="Latest Version: Unable to Check" + MESSAGE="Latest Version: Unknown" else MESSAGE="Latest Version: ${GITVERSION}" fi