diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index 27ac555..ee5ce97 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -249,7 +249,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules. } if err = json.Unmarshal(buf, &pulls); err != nil { - logger.Fatalf(ctx, "failed to decode response: %v", err) + logger.Fatalf(ctx, "failed to decode response %s err: %v", buf, err) } for path := range mods {