Skip to content

Commit

Permalink
fix: error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 committed Aug 20, 2023
1 parent d2369da commit fdb823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/make_tarball/make_tarball.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
rootpaths := flagToStrings(*rootpathsFlag)

if len(execpaths) != len(rootpaths) {
die("Flags --execpaths and --rootpaths were passed lists of different lenghts: %d and %d.\n", len(execpaths), len(rootpaths))
die("Flags --execpaths and --rootpaths were passed lists of different lengths: %d and %d.\n", len(execpaths), len(rootpaths))
}

outputFile, err := os.Create(*outputFileFlag)
Expand Down

0 comments on commit fdb823b

Please sign in to comment.