From 4cb6370436760345c40c548d6ceffbf1619f7108 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 21:16:42 -0500 Subject: [PATCH] Update gravity-sync.sh --- gravity-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 2d10018..16db2e0 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -896,7 +896,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}" @@ -1192,4 +1192,4 @@ case $# in echo_fail list_gs_arguments ;; -esac \ No newline at end of file +esac