diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-06-02 10:31:49 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-06-02 10:34:16 -0500 |
commit | ac7f3b17bf9912352b74ba65f44ee3e4d774d164 (patch) | |
tree | 3fe39d45fc5c6d3f8af398a2ae17a7700030e758 /docs/source | |
parent | 4ed4908cbd04cb5c9a159ac5fb603590a1641e6a (diff) | |
download | mediagoblin-ac7f3b17bf9912352b74ba65f44ee3e4d774d164.tar.lz mediagoblin-ac7f3b17bf9912352b74ba65f44ee3e4d774d164.tar.xz mediagoblin-ac7f3b17bf9912352b74ba65f44ee3e4d774d164.zip |
git submodule fetch -> git submodule update
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |