Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Nov 8, 2023
1 parent bffb10b commit af1b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generate/checknames/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {
}

if l[names.ColHumanFriendly] == "" {
log.Fatalf("in names_data.csvm line %d, HumanFriendly cannot be blank", i+1)
log.Fatalf("in names_data.csv line %d, HumanFriendly cannot be blank", i+1)
}

// TODO: Check for duplicates in HumanFriendly, ProviderPackageActual,
Expand Down

0 comments on commit af1b2c0

Please sign in to comment.