./bin/gmg migrate -> ./bin/gmg dbupdate in the docs
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 May 2012 03:05:27 +0000 (22:05 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 May 2012 03:05:27 +0000 (22:05 -0500)
docs/source/deploying.rst

index bd874150d1e902ba8ce0b3b26c5055d4235a0590..fc0e2721a24230f01923bc9e4a2dfa54bbb06c48 100644 (file)
@@ -184,7 +184,7 @@ This concludes the initial configuration of the development
 environment. In the future, you want update your
 codebase, you should also run::
 
-    ./bin/python setup.py develop --upgrade && ./bin/gmg migrate.
+    ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate
 
 Deploy MediaGoblin Services
 ---------------------------