El nombre del plugin es 'discourse-topic-voting', pero el directorio del plugin se llama 'discourse-voting'

I got the warning:

Plugin name is ‘discourse-topic-voting’, but plugin directory is named ‘discourse-feature-voting’

Which is a confusing message… it doesn’t state clearly what is the required action, adn which value is correct.

With some investigation, what I had to do was change:

- git clone https://github.com/discourse/discourse-feature-voting.git

to

- git clone https://github.com/discourse/discourse-topic-voting.git

Would be better if that message was:

Your configuration lists the plugin discourse-feature-voting however it has been renamed to discourse-topic-voting. You should update your configuration.

1 me gusta