This commit is contained in:
2022-02-16 11:09:08 +01:00
parent 0668b718ea
commit d9fcf5a1b9

View File

@@ -54,7 +54,7 @@ func main() {
cmd.ChartsDir + "/" + cmd.AppName + cmd.ChartsDir + "/" + cmd.AppName +
".\nThe appversion will be generated that way:\n" + ".\nThe appversion will be generated that way:\n" +
"- if it's in a git project, it takes git version or tag\n" + "- if it's in a git project, it takes git version or tag\n" +
"- if it's not defined, so the version will be get from the --apVersion flag \n" + "- if it's not defined, so the version will be get from the --app-version flag \n" +
"- if it's not defined, so the 0.0.1 version is used", "- if it's not defined, so the 0.0.1 version is used",
Run: func(c *cobra.Command, args []string) { Run: func(c *cobra.Command, args []string) {
force := c.Flag("force").Changed force := c.Flag("force").Changed