Applying update

This commit is contained in:
Michael Stanclift 2020-05-30 22:42:57 -05:00
parent ad72568e35
commit b29a53b238

View File

@ -121,6 +121,8 @@ function update_gs {
echo_stat
git fetch --all >/dev/null 2>&1
error_validate
MESSAGE="Applying Update"
echo_stat
git reset --hard origin/${BRANCH} >/dev/null 2>&1
error_validate
fi