From 64ad0beea83b1f4b50462bcb67c54156fc9365a5 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 14 Jul 2013 21:05:01 -0500 Subject: Fixing docs: git submodule update, not git submodule fetch! This commit sponsored by Charles Combs. Thank you! --- 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 9d7f83c1..751b01c5 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -160,7 +160,7 @@ directory. Modify these commands to reflect your own environment:: Clone the MediaGoblin repository and set up the git submodules:: git clone git://gitorious.org/mediagoblin/mediagoblin.git - git submodule init && git submodule fetch + git submodule init && git submodule update And set up the in-package virtualenv:: -- cgit v1.2.3