From 4908d5a2cc83f7622e196c1756b5d5e1e03f612a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 24 Feb 2012 15:44:01 -0500 Subject: [PATCH] fixed mistake re git pull command for the simple updater. --- scripts/rev_control/update_these.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/update_these.sh b/scripts/rev_control/update_these.sh index afd79578..fb0f4495 100644 --- a/scripts/rev_control/update_these.sh +++ b/scripts/rev_control/update_these.sh @@ -9,7 +9,7 @@ for i in * ; do if [ -d ".svn" ]; then svn update . elif [ -d ".git" ]; then - git pull . + git pull fi popd fi -- 2.34.1