From ac7f3b17bf9912352b74ba65f44ee3e4d774d164 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 2 Jun 2014 10:31:49 -0500 Subject: git submodule fetch -> git submodule update --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/siteadmin/deploying.rst') 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 -- cgit v1.2.3