Fixing docs: git submodule update, not git submodule fetch!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 15 Jul 2013 02:05:01 +0000 (21:05 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 15 Jul 2013 02:05:01 +0000 (21:05 -0500)
This commit sponsored by Charles Combs.  Thank you!

docs/source/siteadmin/deploying.rst
docs/source/siteadmin/relnotes.rst

index 9d7f83c13b9be773b18199142464698dc6d6279e..751b01c5eb026a64d0c0e3bc080d24ab330d3186 100644 (file)
@@ -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::
 
index 8e7ba3969d405e14cf4f0f3d6d23e0c9ffb32915..35415b66d0a54197b07f876d0a455e45844f5735 100644 (file)
@@ -63,7 +63,7 @@ Otherwise, follow 0.4.0 instructions.
    beaker in your paste config you can remove them.  Again, see the
    default paste.ini config
 6. We also now use git submodules.  Please do:
-   ``git submodule init && git submodule fetch``
+   ``git submodule init && git submodule update``
    You will need to do this to use the new PDF support.
 
 **For theme authors**