Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea73a0a

Browse files
authored
ci: Fix homebrew cask styling (#81)
Fix homebrew cask styling, as it complained about incorrectly ordered keys and spacing.Change-Id: I02234e007ce2f37074779211ab6c102cb4213122Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent3b45c5c commitea73a0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎scripts/update-cask.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@ cask "coder-desktop${SUFFIX}" do
107107
108108
app "Coder Desktop.app"
109109
110-
uninstall quit: [
110+
uninstall quit:[
111111
"com.coder.Coder-Desktop",
112112
"com.coder.Coder-Desktop.VPN",
113113
],
114114
login_item: "Coder Desktop"
115115
116-
zap trash: [
116+
zap delete: "/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib",
117+
trash: [
117118
"~/Library/Caches/com.coder.Coder-Desktop",
118119
"~/Library/HTTPStorages/com.coder.Coder-Desktop",
119120
"~/Library/Preferences/com.coder.Coder-Desktop.plist",
120-
],
121-
delete: "/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib"
121+
]
122122
end
123123
EOF
124124

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp