diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-06-06 17:56:00 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-06-06 17:56:00 -0500 |
commit | c139d49d838a508f7741746704cfe2e0438ced82 (patch) | |
tree | 6f17adccbb5f7109a9658acef58ac8e1ed03b53c /mediagoblin.ini | |
parent | 3c48bb39b7e3b76e4168e0d13ccd80f4f33e745e (diff) | |
download | mediagoblin-c139d49d838a508f7741746704cfe2e0438ced82.tar.lz mediagoblin-c139d49d838a508f7741746704cfe2e0438ced82.tar.xz mediagoblin-c139d49d838a508f7741746704cfe2e0438ced82.zip |
./bin/gmg dbupdate, not ./bin/dbupdate
Thanks to Tsyesica for catching this :)
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 4906546a..cc45c08d 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -20,7 +20,7 @@ email_debug_mode = true allow_registration = true ## Uncomment this to turn on video or enable other media types -## You may have to install dependencies, and will have to run ./bin/dbupdate +## You may have to install dependencies, and will have to run ./bin/gmg dbupdate ## See http://docs.mediagoblin.org/siteadmin/media-types.html for details. # media_types = mediagoblin.media_types.image, mediagoblin.media_types.video |