From 083517ace3c3b6b010309a4acc34cbbbe26e34c9 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Mon, 2 Oct 2023 19:49:18 +0300 Subject: [PATCH] fixup deps Signed-off-by: Vasiliy Tolstov --- cmd/pkgdashcli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {