Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bo17age committed Sep 6, 2024
1 parent 5b03f8b commit bff9ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/osutil/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func call(args []string) (string, error) {
return strings.TrimSpace(string(out)), nil
}

func IsBlockedUsername(username string, limaVersion string) bool {
func IsBlockedUsername(username, limaVersion string) bool {
if versionutil.GreaterThan(limaVersion, "0.23.2") {
return notAllowedUsernameRegex.MatchString(username)
}
Expand Down

0 comments on commit bff9ee3

Please sign in to comment.