We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13deb2b commit e1c898fCopy full SHA for e1c898f
scripts/gen_github_action_config/main.go
@@ -25,7 +25,7 @@ func main() {
25
26
func run(ctx context.Context) error {
27
if len(os.Args) != 2 {
28
- return fmt.Errorf("usage: go run .../main.go out-path.json")
+ return fmt.Errorf("usage: %s out-path.json", filepath.Base(os.Args[0]))
29
}
30
31
allReleases, err := fetchAllReleases(ctx)
0 commit comments