Skip to content

Commit

Permalink
added --init option to make jbdoc submodule update succeed at first run
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Mar 9, 2012
1 parent 20e4875 commit 68c6b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jbdoc
Expand Up @@ -8,7 +8,7 @@ use File::Basename;

# get jsdoc if needed
unless( -e File::Spec->catfile(qw( jslib/jsdoc/jsdoc )) ) {
system 'git submodule update jslib/jsdoc';
system 'git submodule update --init jslib/jsdoc';
}

# make sure our jsdocs are up to date
Expand Down

0 comments on commit 68c6b5e

Please sign in to comment.