diff options
Diffstat (limited to 'mediagoblin/gmg_commands/assetlink.py')
-rw-r--r-- | mediagoblin/gmg_commands/assetlink.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/assetlink.py b/mediagoblin/gmg_commands/assetlink.py index 148ebe9e..49e27e33 100644 --- a/mediagoblin/gmg_commands/assetlink.py +++ b/mediagoblin/gmg_commands/assetlink.py @@ -138,7 +138,7 @@ def assetlink(args): """ Link the asset directory of the currently installed theme and plugins """ - mgoblin_app = commands_util.setup_app(args) + mgoblin_app = commands_util.setup_app(args[0]) app_config = mg_globals.app_config # link theme |