diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bda3eaa..f7a06f6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/README.md b/README.md index 0822547..ef0cda6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/coder.rb b/coder-cli.rb similarity index 96% rename from coder.rb rename to coder-cli.rb index 4ab6fed..389419d 100644 --- a/coder.rb +++ b/coder-cli.rb @@ -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"