diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 20:43:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 20:43:43 -0500 |
| commit | 34ac2291bc0d9321b078cf70f81684fc4d14e7e8 (patch) | |
| tree | 3fa312d39fb1d39b9d0c565d04ead4f9cc151fd5 /doAdd.go | |
| parent | 2b01cc8c01a82bf8c5fbecea831e61660d9103f7 (diff) | |
make "Fix" subcommand
Diffstat (limited to 'doAdd.go')
| -rw-r--r-- | doAdd.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ func doAdd() error { } if found.Len() > 0 { + log.Info("This directory is already in a known repository") me.forge.PrintDefaultTB(found) return nil } |
