Skip to content

Commit 6cb3498

Browse files
authored
fix: use more accurate formula name for coder-cli (#5)
1 parent 2512c5f commit 6cb3498

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- uses: actions/checkout@v1
12-
- run: brew install --build-from-source ./coder.rb
12+
- run: brew install --build-from-source ./coder-cli.rb
1313
- run: coder --version
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ brew tap cdr/coder
1111
### Install the [Coder CLI](https://github.com/cdr/coder-cli)
1212

1313
```text
14-
brew install coder
14+
brew install coder-cli
1515
```

coder.rb renamed to coder-cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Coder < Formula
1+
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.14.2"

0 commit comments

Comments
 (0)