summaryrefslogtreecommitdiff
path: root/doFix.deleteuser.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 06:30:03 -0500
committerJeff Carr <[email protected]>2025-10-09 06:30:03 -0500
commit4002b825e36f9e0e3e3733b0857d56be5831ca4c (patch)
tree4492511ccbc987a874e60c23b8bbae951ffcffb3 /doFix.deleteuser.go
parentf58d4d622d621d80b16b5a2caaffd81f612ef8c8 (diff)
note for the future
Diffstat (limited to 'doFix.deleteuser.go')
-rw-r--r--doFix.deleteuser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doFix.deleteuser.go b/doFix.deleteuser.go
index 84d6610..dde0ac9 100644
--- a/doFix.deleteuser.go
+++ b/doFix.deleteuser.go
@@ -45,7 +45,7 @@ func doDeleteUser() (string, error) {
doFixDeleteUserBranches(repo, uremoteref)
}
me.forge.PrintHumanTable(found)
- return "", nil
+ return "TODO: CHECK git patchId to verify these", nil
}
func doFixPrint(s string, path string, cmd string) {