Skip to content

Commit

Permalink
Fix NewStaticHostUser version
Browse files Browse the repository at this point in the history
  • Loading branch information
atburke committed Aug 29, 2024
1 parent 29c7e80 commit d507f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/types/userprovisioning/statichostuser.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
func NewStaticHostUser(name string, spec *userprovisioningpb.StaticHostUserSpec) *userprovisioningpb.StaticHostUser {
return &userprovisioningpb.StaticHostUser{
Kind: types.KindStaticHostUser,
Version: types.V1,
Version: types.V2,
Metadata: &headerv1.Metadata{
Name: name,
},
Expand Down

0 comments on commit d507f3c

Please sign in to comment.