diff options
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 |
