pull/7381/head
Lukas Kämmerling 7 years ago
parent 7730cdcb56
commit b6ee0ea736
No known key found for this signature in database
GPG Key ID: AA5C71B0F2BF3DB2

@ -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…
Cancel
Save