Skip to content

fix: use more accurate formula name for coder-cli #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: use more accurate formula name for coder-cli
  • Loading branch information
cmoog committed Dec 25, 2020
commit 6ec822181684c8bfcd00e371fbc06ea9933abcdb
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- run: brew install --build-from-source ./coder.rb
- run: brew install --build-from-source ./coder-cli.rb
- run: coder --version

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ brew tap cdr/coder
### Install the [Coder CLI](https://github.com/cdr/coder-cli)

```text
brew install coder
brew install coder-cli
```
2 changes: 1 addition & 1 deletion coder.rb → coder-cli.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Coder < Formula
class CoderCli < Formula
desc "Command-line tool for the Coder remote development platform"
homepage "https://github.com/cdr/coder-cli"
version "1.14.2"
Expand Down