diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-20 13:54:03 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-20 13:54:03 -0600 |
commit | 5c99cd01a70f2d597ac7669e8d944ddf79b05281 (patch) | |
tree | 450de0defca28b3b8cf3109175652e603141aa87 /docs/source/siteadmin/relnotes.rst | |
parent | f822ab0de96eb4527f2244a745d38e29c1c9e532 (diff) | |
download | mediagoblin-5c99cd01a70f2d597ac7669e8d944ddf79b05281.tar.lz mediagoblin-5c99cd01a70f2d597ac7669e8d944ddf79b05281.tar.xz mediagoblin-5c99cd01a70f2d597ac7669e8d944ddf79b05281.zip |
Fixing tyop'ed "dbupdate"
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index ef164cbb..25d4d83f 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -27,7 +27,7 @@ MongoDB-based MediaGoblin instance to the newer SQL-based system. **Do this to upgrade** -1. Make sure to run ``bin/gmg dbuptdate`` after upgrading. +1. Make sure to run ``bin/gmg dbupdate`` after upgrading. **New features** |