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