diff options
Diffstat (limited to 'mediagoblin/gmg_commands/assetlink.py')
-rw-r--r-- | mediagoblin/gmg_commands/assetlink.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/gmg_commands/assetlink.py b/mediagoblin/gmg_commands/assetlink.py index 49e27e33..dff737ff 100644 --- a/mediagoblin/gmg_commands/assetlink.py +++ b/mediagoblin/gmg_commands/assetlink.py @@ -138,6 +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]) app_config = mg_globals.app_config |