From b8c9f1618a2e3eae798af9d746032c66ca8ead5c Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 29 Oct 2021 11:11:34 -0700 Subject: [PATCH] fix: remove bottle :unneeded --- coder-cli-nightly.rb | 1 - coder-cli.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 1baf25d..7043705 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -2,7 +2,6 @@ class CoderCliNightly < Formula desc "Command-line tool for the Coder remote development platform, nightly release channel" homepage "https://github.com/cdr/coder-cli" version "1.24.0" - bottle :unneeded if OS.mac? url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip" diff --git a/coder-cli.rb b/coder-cli.rb index 8c74b3e..f2860c4 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -2,7 +2,6 @@ class CoderCli < Formula desc "Command-line tool for the Coder remote development platform" homepage "https://github.com/cdr/coder-cli" version "1.24.0" - bottle :unneeded if OS.mac? url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip"