diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-05 10:14:15 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-05 10:14:15 -0500 |
commit | 8d9aa03fbae7c1164942d05602c41cb635a44395 (patch) | |
tree | cb6904f7b6c27de66754c29a7a6265f524595fb1 /docs/source | |
parent | 325e9bc418b746e5dd281331bfac6f6ac13b045d (diff) | |
download | mediagoblin-8d9aa03fbae7c1164942d05602c41cb635a44395.tar.lz mediagoblin-8d9aa03fbae7c1164942d05602c41cb635a44395.tar.xz mediagoblin-8d9aa03fbae7c1164942d05602c41cb635a44395.zip |
Fixing grammar on telling users to run dbupdate
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 de928c82..a270c723 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -181,7 +181,7 @@ flup:: ./bin/easy_install flup This concludes the initial configuration of the development -environment. In the future, you want update your +environment. In the future, when you update your codebase, you should also run:: ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate |