Skip to content

Commit e1c898f

Browse files
committed
review
1 parent 13deb2b commit e1c898f

File tree

1 file changed

+1
-1
lines changed
  • scripts/gen_github_action_config

1 file changed

+1
-1
lines changed

scripts/gen_github_action_config/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func main() {
2525

2626
func run(ctx context.Context) error {
2727
if len(os.Args) != 2 {
28-
return fmt.Errorf("usage: go run .../main.go out-path.json")
28+
return fmt.Errorf("usage: %s out-path.json", filepath.Base(os.Args[0]))
2929
}
3030

3131
allReleases, err := fetchAllReleases(ctx)

0 commit comments

Comments
 (0)