From c139d49d838a508f7741746704cfe2e0438ced82 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 6 Jun 2013 17:56:00 -0500 Subject: [PATCH] ./bin/gmg dbupdate, not ./bin/dbupdate Thanks to Tsyesica for catching this :) --- mediagoblin.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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