summaryrefslogtreecommitdiff
path: root/delete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 15:35:48 -0600
committerJeff Carr <[email protected]>2024-12-04 15:35:48 -0600
commit0463030e80f480f0d38989f4231db8b1651b40bc (patch)
tree7c9da2db3130f939a7fd74864a54ac21474cc3b7 /delete.go
parent923160d70cd4f21896d6c57a39bdcce3e1ae0af6 (diff)
general improvements
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