summaryrefslogtreecommitdiff
path: root/config/defaultsGenerator/defaultsGenerator.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/defaultsGenerator/defaultsGenerator.go')
-rw-r--r--config/defaultsGenerator/defaultsGenerator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/defaultsGenerator/defaultsGenerator.go b/config/defaultsGenerator/defaultsGenerator.go
index df5f4e14f..70a8e7b13 100644
--- a/config/defaultsGenerator/defaultsGenerator.go
+++ b/config/defaultsGenerator/defaultsGenerator.go
@@ -39,7 +39,7 @@ var jsonExampleFileName = flag.String("j", "", "Name of the json example file")
var autoGenHeader = `
// This file was auto generated by ./config/defaultsGenerator/defaultsGenerator.go, and SHOULD NOT BE MODIFIED in any way
-// If you want to make changes to this file, make the corresponding changes to Local in config.go and run "go generate".
+// If you want to make changes to this file, make the corresponding changes to Local in localTemplate.go and run "go generate".
`
// printExit prints the given formatted string ( i.e. just like fmt.Printf ), with the defaultGenerator executable program name