mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix Format
This commit is contained in:
parent
7730cdcb56
commit
b6ee0ea736
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ func (s *stepCreateServer) Run(ctx context.Context, state multistep.StateBag) mu
|
|||
state.Put("error", fmt.Errorf("Problem reading user data file: %s", err))
|
||||
return multistep.ActionHalt
|
||||
}
|
||||
|
||||
|
||||
userData = string(contents)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue