remove trailing whitespace updateDashboard.sh

This commit is contained in:
Carter Maxwell 2016-03-05 20:42:07 -08:00
parent f10f4f7aa7
commit 166e07ed09

View file

@ -63,7 +63,7 @@ make_repo() {
update_repo() {
# pull the latest commits
cd "$WEB_INTERFACE_DIR"
git pull
git pull
}
main