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:
parent
75f1ec65df
commit
38fdac927a
@ -61,6 +61,6 @@ func templateInfo(c *cli.Context) error {
|
|||||||
return tmpl.Execute(os.Stdout, templates)
|
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 }}
|
Data: {{ .Data }}
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user