From 65e82bd52b79aed7a08677a22d0e4b69838741e3 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Tue, 2 Apr 2024 23:24:39 +0300 Subject: [PATCH] #8 update one dep. --- cmd/pkgdashcli/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index 181479e..8c351cc 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -253,6 +253,7 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string } } logger.Debugf(ctx, fmt.Sprintf("Update successful for %s", path)) + return } for _, branch := range cfg.Branches { // update all dep for path, mod = range mvs {