diff options
| -rw-r--r-- | doCheckout.go | 1 | ||||
| -rw-r--r-- | main.go | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doCheckout.go b/doCheckout.go index eb85818..be3cffa 100644 --- a/doCheckout.go +++ b/doCheckout.go @@ -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 @@ -158,8 +158,8 @@ func main() { for i, line := range lines { log.Info(i, line) } - okExit("patch list") } + okExit("patch list") } // todo: redo this logic using forgepb |
