diff --git a/main.go b/main.go index 48c7d72..482e17d 100644 --- a/main.go +++ b/main.go @@ -81,7 +81,7 @@ func main() { log.Info("Creating the Release Window") createReleaseBox(me.mainBox) - createUnreleaseBox(me.mainBox) + // createUnreleaseBox(me.mainBox) showHideRepos() diff --git a/releaseWindow.go b/releaseBox.go similarity index 100% rename from releaseWindow.go rename to releaseBox.go