git submodule fetch -> git submodule update

This commit is contained in:
Christopher Allan Webber 2014-06-02 10:31:49 -05:00
parent 4ed4908cbd
commit ac7f3b17bf

View File

@ -244,7 +244,7 @@ This concludes the initial configuration of the development
environment. In the future, when you update your environment. In the future, when you update your
codebase, you should also run:: codebase, you should also run::
./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule update
Note: If you are running an active site, depending on your server Note: If you are running an active site, depending on your server
configuration, you may need to stop it first or the dbupdate command configuration, you may need to stop it first or the dbupdate command