add whitespace

pull/6918/head
Matthew Hooker 8 years ago
parent 7c26ffef9c
commit 265ee0b0b8
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -15,6 +15,7 @@ func (s *stepCreateImage) Run(_ context.Context, state multistep.StateBag) multi
//hook := state.Get("hook").(packer.Hook)
ui := state.Get("ui").(packer.Ui)
comm := state.Get("communicator").(packer.Communicator)
command := `#!/bin/sh
set -e
mkdir /builder

Loading…
Cancel
Save