Skip to content

Commit 391e0f7

Browse files
committed
Address review feedback
1 parent e8c0ec8 commit 391e0f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Casks/c/coterm.rb

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
cask "coterm" do
22
arch arm: "arm64", intel: "x64"
33

4+
os macos: "macos", linux: "linux"
5+
46
version "1.0.0"
57
sha256 arm: "0eb8ae355b2a1fbae2912d7ce971d5e01177dffdcb356a399bee24db72ab5871",
68
x86_64: "64541b749e00a21558c935bba2cf31c2eb75368b4b19798e68eb37c961b09342",
79
arm64_linux: "8d69877d44b70f2103ea75548e628575d4842fa997b8aa9b181ba40abfedc0e6",
810
x86_64_linux: "af5221396f5e18514031d2aa11e3c159c2a3ee5269b3c44a4fe53617759ba3dd"
911

10-
os macos: "macos", linux: "linux"
1112
url "https://coterm.datadoghq.com/coterm/#{version}/29eab36/#{os}-#{arch}/ddcoterm"
1213
name "coterm"
1314
desc "CLI tool by Datadog for terminal recording and approvals"
@@ -20,8 +21,4 @@
2021
binary "ddcoterm"
2122

2223
zap trash: "~/.ddcoterm"
23-
24-
caveats <<~EOS
25-
If this is your first time installing CoTerm: run 'ddcoterm init' to log in and set up your configuration.
26-
EOS
2724
end

0 commit comments

Comments
 (0)