Update gravity-sync.sh

This commit is contained in:
Michael Stanclift 2020-05-29 21:16:42 -05:00 committed by GitHub
parent 34a0b72cf3
commit 4cb6370436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
esac