1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Rename the template for consistency.

This commit is contained in:
Cedric Beust 2016-02-18 20:16:30 -08:00
parent a90e10c26f
commit 801672a872

View file

@ -11,7 +11,7 @@ class KobaltPluginTemplate : ITemplateContributor {
val pluginTemplate = object: JarTemplate("templates/kobaltPlugin.jar") {
override val templateDescription = "Generate a sample Kobalt plug-in project"
override val templateName = "kobalt-plugin"
override val templateName = "kobaltPlugin"
override val pluginName = KobaltPlugin.PLUGIN_NAME
}