diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 15:50:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 15:50:51 -0600 |
| commit | 418ecdc418a404521c626744ba0d0be6c90f0bfb (patch) | |
| tree | 44202dc29bac90d526833c8b3bf182b9556873a7 | |
| parent | c26a082e75058243adea5a94dd643c822a22e8fc (diff) | |
remove repostatus from whitelistv0.19.0
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | whitelist.go | 6 |
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 + // } } } |
