mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Shorted coredhcp description message
This commit is contained in:
parent
bcf71fa297
commit
4a52188353
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ func (g *CoreDhcp) GetVersion() string {
|
|||
}
|
||||
|
||||
func (g *CoreDhcp) GetDescription() string {
|
||||
return fmt.Sprintf("Configurator generator plugin for '%s' to generate config files. This plugin is not complete and still a WIP.", g.GetName())
|
||||
return fmt.Sprintf("Configurator generator plugin for '%s' to generate config files. (WIP)", g.GetName())
|
||||
}
|
||||
|
||||
func (g *CoreDhcp) Generate(config *configurator.Config, opts ...util.Option) (generator.FileMap, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue