From 247759caa7d0f583bfae5a3f97aadaebb2e77fb7 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 23 May 2013 10:55:09 -0500 Subject: [PATCH] docstring update: link theme... and plugins! --- mediagoblin/gmg_commands/assetlink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/gmg_commands/assetlink.py b/mediagoblin/gmg_commands/assetlink.py index 387658ac..ec2c9c2c 100644 --- a/mediagoblin/gmg_commands/assetlink.py +++ b/mediagoblin/gmg_commands/assetlink.py @@ -136,7 +136,7 @@ def link_plugin_assets(plugin_static, plugins_link_dir, printer=simple_printer): def assetlink(args): """ - Link the asset directory of the currently installed theme + Link the asset directory of the currently installed theme and plugins """ mgoblin_app = commands_util.setup_app(args) app_config = mg_globals.app_config -- 2.25.1