print git checkout user error
This commit is contained in:
parent
6e7874faa6
commit
bb7937bb79
|
@ -107,6 +107,7 @@ func rillCheckoutUser(repo *gitpb.Repo) error {
|
|||
return nil
|
||||
}
|
||||
if err := repo.CheckoutUser(); err != nil {
|
||||
log.Info(repo.GetFullPath(), err)
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue