#8 fix after merge.

This commit is contained in:
Gorbunov Kirill Andreevich 2024-04-02 23:22:25 +03:00
parent 289a8398bc
commit 89b2a83d37
1 changed files with 0 additions and 3 deletions

View File

@ -298,9 +298,6 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string
logger.Debugf(ctx, fmt.Sprintf("Close successful for %s", path))
}
}
fmt.Println(fmt.Sprintf("for %s:\n%s", cfg.Source.Repository, js))
default:
fmt.Print(initMsg)
case "list":
for _, branch := range cfg.Branches {
rMap, err := gitSource.RequestList(ctx, branch)