From 0a50bef8495a1757969724dd881d50b177188e64 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Fri, 15 Mar 2024 21:59:29 +0300 Subject: [PATCH] #8 Finished the update I need to redo the call of these methods. --- cmd/pkgdashcli/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index c8a5788..2b1d82c 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -264,6 +264,7 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string } logger.Debugf(ctx, fmt.Sprintf("Update successful for %s", path)) } + logger.Infof(ctx, "PR create for %s - %s", pathMod, mod.Version) } case "close": if cliCfg.Path != "" { // close one dep