Skip to content

Commit 20ebb59

Browse files
committed
Fix brew style offenses
- Use `depends_on macos: :sonoma` (Homebrew/OSDependsOn) - Alphabetize zap delete array (Cask/ArrayAlphabetization)
1 parent ed19605 commit 20ebb59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Casks/coder-desktop.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
homepage "https://github.com/coder/coder-desktop-macos"
99

1010
auto_updates true
11-
depends_on macos: ">= :sonoma"
11+
depends_on macos: :sonoma
1212

1313
pkg "Coder-Desktop.pkg"
1414

@@ -20,8 +20,8 @@
2020
login_item: "Coder Desktop"
2121

2222
zap delete: [
23-
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-arm64",
2423
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-amd64",
24+
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-arm64",
2525
"/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib",
2626
],
2727
trash: [

0 commit comments

Comments
 (0)