Update warning

This commit is contained in:
Michael Stanclift 2020-05-22 10:57:41 -05:00
parent 2c8e00a0d8
commit fa1ddf6734

View File

@ -49,6 +49,7 @@ function import_gs {
# Update Function
function update_gs {
echo -e "${YELLOW}This update will fail if Gravity Sync was not installed via GitHub${NC}"
git reset --hard
git pull
}