Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-02-12 04:10:59 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-12 04:11:35 +0300
commit90cff4fa4c8b50d804c804021ce09af4d29a4528 (patch)
tree4b4a47f8692d06c766d6c7d67d0aa67e0f7b3d65 /plugins/ExampleCommand
parentf82a2d45df0a365ea40dead55123fad96452ab26 (diff)
Set a consistent description in plugins metadata
fixes https://github.com/piwik/piwik/issues/7184
Diffstat (limited to 'plugins/ExampleCommand')
-rw-r--r--plugins/ExampleCommand/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleCommand/plugin.json b/plugins/ExampleCommand/plugin.json
index 24cc1735d1..a28f2d2b97 100644
--- a/plugins/ExampleCommand/plugin.json
+++ b/plugins/ExampleCommand/plugin.json
@@ -1,6 +1,6 @@
{
"name": "ExampleCommand",
"version": "0.1.0",
- "description": "Example for console commands",
+ "description": "Piwik Platform showcase: how to create a console command.",
"theme": false
} \ No newline at end of file