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