From: Christopher Allan Webber Date: Mon, 2 Jun 2014 15:31:49 +0000 (-0500) Subject: git submodule fetch -> git submodule update X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ac7f3b17bf9912352b74ba65f44ee3e4d774d164;p=mediagoblin.git git submodule fetch -> git submodule update --- diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 0dde3b6a..3ff2b9ea 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -244,7 +244,7 @@ This concludes the initial configuration of the development environment. In the future, when you update your 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 configuration, you may need to stop it first or the dbupdate command