From 46784159e3a67bdb8a32095264369869a3d81e30 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 18:20:33 -0500 Subject: [PATCH] master version check --- gravity-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 372beea..19bd4aa 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -887,10 +887,10 @@ function show_version { MESSAGE="${PROGRAM} by @vmstan" echo_info - MESSAGE="Current Version: ${VERSION}" + MESSAGE="Running Version: ${VERSION}" echo_info - GITVERSION=$(curl -s https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION) + GITVERSION=$(curl -s https://raw.githubusercontent.com/vmstan/gravity-sync/master/VERSION) MESSAGE="Latest Version: ${GITVERSION}" echo_info }