summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--whitelist.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/whitelist.go b/whitelist.go
index 731b7d4..ec7be57 100644
--- a/whitelist.go
+++ b/whitelist.go
@@ -14,9 +14,9 @@ func initWhitelist() {
if repo.String() == "go.wit.com/apps/guireleaser" {
release.whitelist[repo.String()] = repo
}
- if repo.String() == "go.wit.com/lib/gui/repostatus" {
- release.whitelist[repo.String()] = repo
- }
+ // if repo.String() == "go.wit.com/lib/gui/repostatus" {
+ // release.whitelist[repo.String()] = repo
+ // }
}
}