Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed Feb 14, 2020
1 parent 052a532 commit 46ac718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/src/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func parseTemplate(text string) (*template.Template, error) {
"renderResult": searchTemplateFuncs["renderResult"],

// `src campaign plans create-from-patches`
"friendlyCampaignPlanCreatedMessage": func(campaignPlan CampaignPlan, supportsUpdate bool) string {
"friendlyCampaignPlanCreatedMessage": func(campaignPlan CampaignPlan) string {
var buf bytes.Buffer
fmt.Fprintln(&buf)
fmt.Fprintln(&buf, color.HiGreenString("✔ Campaign plan saved."), "\n\nTo preview and run the campaign (and create branches and changesets):")
Expand Down

0 comments on commit 46ac718

Please sign in to comment.