summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 19:23:19 -0600
committerJeff Carr <[email protected]>2025-01-29 12:18:16 -0600
commitbb7937bb792919e37a1bd94acd8a54f5824f7a50 (patch)
tree222ea93789e82145111a12066c911122d90b105d
parent6e7874faa6223a8c8f27b6e651d44419cdf8bfb0 (diff)
print git checkout user error
-rw-r--r--doCheckout.go1
-rw-r--r--main.go2
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
diff --git a/main.go b/main.go
index 3030314..c7338d4 100644
--- a/main.go
+++ b/main.go
@@ -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