mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Rename the template for consistency.
This commit is contained in:
parent
a90e10c26f
commit
801672a872
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class KobaltPluginTemplate : ITemplateContributor {
|
||||||
val pluginTemplate = object: JarTemplate("templates/kobaltPlugin.jar") {
|
val pluginTemplate = object: JarTemplate("templates/kobaltPlugin.jar") {
|
||||||
override val templateDescription = "Generate a sample Kobalt plug-in project"
|
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
|
override val pluginName = KobaltPlugin.PLUGIN_NAME
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue