1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-26 06:07:05 +01:00

fixes issue where template info command wasn't working

This commit is contained in:
Eoin McAfee 2021-09-23 14:43:07 +01:00
parent 75f1ec65df
commit 38fdac927a

@ -61,6 +61,6 @@ func templateInfo(c *cli.Context) error {
return tmpl.Execute(os.Stdout, templates)
}
var tmplTemplateInfoList = "\x1b[33m{{ .Name }} \x1b[0m" + "\x1b [33m{{ .Namespace }} \x1b[0m" + `
var tmplTemplateInfoList = "\x1b[33m{{ .Name }} \x1b[0m" + `
Data: {{ .Data }}
`