Skip to content

Commit

Permalink
Merge pull request #203 from drone/defect/template-info-error
Browse files Browse the repository at this point in the history
fixes issue where template info command wasn't working
  • Loading branch information
TP Honey authored Sep 23, 2021
2 parents 75f1ec6 + 38fdac9 commit f535034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drone/template/template_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
`

0 comments on commit f535034

Please sign in to comment.