summaryrefslogtreecommitdiff
path: root/delete.go
diff options
context:
space:
mode:
Diffstat (limited to 'delete.go')
-rw-r--r--delete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/delete.go b/delete.go
index a2180ac..b0ab05e 100644
--- a/delete.go
+++ b/delete.go
@@ -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