summaryrefslogtreecommitdiff
path: root/git/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/fetch.sh')
-rwxr-xr-xgit/fetch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git/fetch.sh b/git/fetch.sh
index 36f60bd..a18be15 100755
--- a/git/fetch.sh
+++ b/git/fetch.sh
@@ -7,8 +7,8 @@ self=`realpath $0`
wd=`pwd`
-for i in $all_modules; do
- echo "pull $i" 1>&2
+for i in $modules; do
+ echo "fetch $i" 1>&2
cd $i
git fetch $*
cd $wd