remove trailing whitespace updateDashboard.sh

This commit is contained in:
Carter Maxwell 2016-03-05 21:15:36 -08:00
parent a6877e7c13
commit 876c51302a

View file

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