Skip to content

Commit

Permalink
Make sure that the submodules are pulling from the right location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Nov 11, 2009
1 parent c07d15d commit 1ce92e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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}
Expand Down

0 comments on commit 1ce92e0

Please sign in to comment.