#8 update one dep.

This commit is contained in:
Gorbunov Kirill Andreevich 2024-04-02 23:24:39 +03:00
parent 89b2a83d37
commit 65e82bd52b
1 changed files with 1 additions and 0 deletions

View File

@ -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 {