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 {