diff options
| author | Jeff Carr <[email protected]> | 2024-12-04 15:35:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-04 15:35:48 -0600 |
| commit | 0463030e80f480f0d38989f4231db8b1651b40bc (patch) | |
| tree | 7c9da2db3130f939a7fd74864a54ac21474cc3b7 /delete.go | |
| parent | 923160d70cd4f21896d6c57a39bdcce3e1ae0af6 (diff) | |
general improvements
Diffstat (limited to 'delete.go')
| -rw-r--r-- | delete.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ func Delete(repo *gitpb.Repo, s map[string]string) bool { ReadOnly: repo.ReadOnly, GoProtobuf: repo.GoProtobuf, } - if argv.Real { + if argv.Fix { me.forge.Repos.AppendUniqueGoPath(&newr) } return true |
