diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-23 10:55:09 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-23 13:33:08 -0500 |
commit | 247759caa7d0f583bfae5a3f97aadaebb2e77fb7 (patch) | |
tree | 586926566dab647b2d5d01520ddde2485291d89d | |
parent | 6afc8364e018d56f68f40761396ed74f907d5ff9 (diff) | |
download | mediagoblin-247759caa7d0f583bfae5a3f97aadaebb2e77fb7.tar.lz mediagoblin-247759caa7d0f583bfae5a3f97aadaebb2e77fb7.tar.xz mediagoblin-247759caa7d0f583bfae5a3f97aadaebb2e77fb7.zip |
docstring update: link theme... and plugins!
-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 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 |