Skip to content

Commit 56da60d

Browse files
committed
line length
1 parent cc8661d commit 56da60d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Casks/coder-desktop-preview.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
desc "Native desktop client for Coder"
88
homepage "https://github.com/coder/coder-desktop-macos"
99

10-
deprecate! date: "2025-06-02", because: "preview builds should now be installed via the built-in update mechanism. We recommend uninstalling this cask, installing the non-preview version, and then switching to the 'preview' channel in the app settings."
10+
deprecate! date: "2025-06-02",
11+
because: <<~REASON
12+
preview builds should now be installed via the built-in update mechanism.
13+
We recommend uninstalling this cask, installing the non-preview version,
14+
and then switching to the 'preview' channel in the app settings.
15+
REASON
1116

1217
conflicts_with cask: "coder/coder/coder-desktop"
1318
depends_on macos: ">= :sonoma"
@@ -26,4 +31,4 @@
2631
"~/Library/HTTPStorages/com.coder.Coder-Desktop",
2732
"~/Library/Preferences/com.coder.Coder-Desktop.plist",
2833
]
29-
end
34+
end

0 commit comments

Comments
 (0)