#8 update one dep.

This commit is contained in:
Gorbunov Kirill Andreevich 2024-04-02 23:24:39 +03:00
parent 78a38cc78f
commit e3f70e941c

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 {