Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abc8e01

Browse files
authored
fix: remove bottle :unneeded (#26)
1 parent a8ed6c0 commit abc8e01

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

coder-cli-nightly.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ class CoderCliNightly < Formula
22
desc "Command-line tool for the Coder remote development platform, nightly release channel"
33
homepage "https://github.com/cdr/coder-cli"
44
version "1.24.0"
5-
bottle :unneeded
65

76
if OS.mac?
87
url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip"

coder-cli.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ class CoderCli < Formula
22
desc "Command-line tool for the Coder remote development platform"
33
homepage "https://github.com/cdr/coder-cli"
44
version "1.24.0"
5-
bottle :unneeded
65

76
if OS.mac?
87
url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip"

0 commit comments

Comments
 (0)