Fix Format

This commit is contained in:
Lukas Kämmerling 2019-03-06 08:05:08 +01:00
parent 7730cdcb56
commit b6ee0ea736
No known key found for this signature in database
GPG key ID: AA5C71B0F2BF3DB2

View file

@ -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)
}