Skip to content

Commit eb30d90

Browse files
ci: fix typo in brew cask zap stanza (#222)
1 parent ceca850 commit eb30d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-cask.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ cask "coder-desktop" do
100100
101101
zap delete: [
102102
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-arm64",
103-
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin_amd64",
103+
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-amd64",
104104
"/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib",
105105
],
106106
trash: [

0 commit comments

Comments
 (0)