From 7cce3157a8b7b266e4eaf00b16b5d09fd0eec640 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 10 Jun 2019 11:38:14 -0700 Subject: [PATCH] Update command/console.go Co-Authored-By: Adrien Delorme --- command/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/console.go b/command/console.go index 455537482..c45576499 100644 --- a/command/console.go +++ b/command/console.go @@ -39,7 +39,7 @@ func (c *ConsoleCommand) Run(args []string) int { args = flags.Args() if len(args) < 1 { - // If user has not definied a builder, create a tiny null placeholder + // If user has not defined a builder, create a tiny null placeholder // builder so that we can properly initialize the core tpl, err := template.Parse(strings.NewReader(TiniestBuilder)) if err != nil {