Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 10, 2020
1 parent d8766c6 commit 0eabde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-api.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (tmpl *TmplData) createFileFromTemplate(tmplVar string, path string, outNam
func (tmpl *TmplData) bootstrapAPI() error {
col := color.New(color.FgCyan).Add(color.Underline)
mg := color.New(color.FgGreen)
col.Printf("\n\U0001f41d Bootstrapping API GW project: %s with Lambda\n\n", tmpl.ApiProjectName)
col.Printf("\n\U0001f3c1 Bootstrapping API GW project: %s with Lambda\n\n", tmpl.ApiProjectName)
time.Sleep(350 * time.Millisecond)

// create top dir
Expand Down

0 comments on commit 0eabde4

Please sign in to comment.