mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Update command/console.go
Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
This commit is contained in:
parent
d16fd8a2b1
commit
7cce3157a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue