krz/octosentry

macOS menu bar app to monitor GitHub security alerts

clone: git clone https://gitbay.org/krz/octosentry.git

a4e72a597b87f61f7e77acec170d437ec9b2a5da

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T23:00:20Z
committer: <noreply@github.com>

Fix cask style and correct its header (#44)

zap trash: took a single-element array, which brew style flags as
correctable. The header claimed the canonical copy lives elsewhere,
which is false in the tap where that same text is the canonical copy;
reworded so it is true in both places and the files stay identical.
 Casks/octosentry.rb | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/Casks/octosentry.rb b/Casks/octosentry.rb
index 9b8e341..7688b2f 100644
--- a/Casks/octosentry.rb
+++ b/Casks/octosentry.rb
@@ -1,7 +1,7 @@
 # Homebrew Cask for octosentry (spec §9: DMG/Homebrew distribution channel).
 #
-# Canonical copy lives in krazywarez/homebrew-tap — this one is kept in sync
-# here for reference. Users install via:
+# Mirrored between krazywarez/octosentry and krazywarez/homebrew-tap. The tap's
+# copy is the one `brew install` reads; keep both in sync. Users install via:
 #   brew tap krazywarez/tap && brew install --cask octosentry
 
 cask "octosentry" do
@@ -17,7 +17,5 @@ cask "octosentry" do
 
   app "octosentry.app"
 
-  zap trash: [
-    "~/Library/Application Support/octosentry",
-  ]
+  zap trash: "~/Library/Application Support/octosentry"
 end