From ebab06dcd74986e3001c33fd0888942cdf5a6a6c Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 21:39:01 -0500 Subject: [PATCH] 1.7.2(1) --- gravity-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index f7aaff1..c27adcd 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -905,7 +905,7 @@ function show_version { MESSAGE="Running Version: ${GREEN}${VERSION}${NC}" echo_info - GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION) + GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/master/VERSION) if [ -z "$GITVERSION" ] then MESSAGE="Latest Version: ${RED}Unknown${NC}"