From 1ce92e022ddd6f547515e855544ba3c2fb1416e0 Mon Sep 17 00:00:00 2001 From: John Resig Date: Wed, 11 Nov 2009 18:08:07 -0500 Subject: [PATCH] Make sure that the submodules are pulling from the right location. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ab385b..1ebc643 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ init: @@echo "Grabbing external dependencies..." @@git submodule init @@git submodule update - @@cd src/sizzle && git pull - @@cd test/qunit && git pull + @@cd src/sizzle && git pull origin master + @@cd test/qunit && git pull origin master @@git submodule update jquery: ${DIST_DIR} selector ${JQ} -- 1.7.10.4