fix git pull output
This commit is contained in:
parent
bd925757df
commit
a477ea8f8f
3
rill.go
3
rill.go
|
@ -87,7 +87,8 @@ func (all *Repos) RillGitPull(part1 int, part2 int) map[*Repo]cmd.Status {
|
|||
*/
|
||||
var result cmd.Status
|
||||
result = repo.GitPull()
|
||||
log.Info("git pull", strings.Join(result.Stdout, " "), repo.GetGoPath())
|
||||
log.Info("git pull", repo.GetGoPath())
|
||||
log.Info(strings.Join(result.Stdout, "\n"))
|
||||
lock.Lock()
|
||||
defer lock.Unlock()
|
||||
allerr[repo] = result
|
||||
|
|
Loading…
Reference in New Issue