Fix Format

This commit is contained in:
Lukas Kämmerling
2019-03-06 08:05:08 +01:00
parent 7730cdcb56
commit b6ee0ea736
+1 -1
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)
}