aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-08-13 19:27:23 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-08-13 19:27:23 +0300
commit4930c2adbd19238ffb1da45509bd5e0c5d85ce66 (patch)
tree85aa40e2e7a3eec5308ba5464594e05294174ef0
parentaaa12d637ebdd6e6900b8f0ef027e5fcd595c55a (diff)
downloadmediagoblin-4930c2adbd19238ffb1da45509bd5e0c5d85ce66.tar.lz
mediagoblin-4930c2adbd19238ffb1da45509bd5e0c5d85ce66.tar.xz
mediagoblin-4930c2adbd19238ffb1da45509bd5e0c5d85ce66.zip
Fix a comment.
-rw-r--r--mediagoblin/gmg_commands/dbupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py
index 27283a20..8fad99b4 100644
--- a/mediagoblin/gmg_commands/dbupdate.py
+++ b/mediagoblin/gmg_commands/dbupdate.py
@@ -116,7 +116,7 @@ def run_dbupdate(app_config, global_config):
# Set up the database
db = setup_connection_and_db_from_config(app_config, migrations=True)
- #Run the migrations
+ # Run the migrations
run_all_migrations(db, app_config, global_config)