typo fix
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled

This commit is contained in:
2025-12-02 09:10:02 +01:00
parent 24d36cbad4
commit 08b76124e2
9 changed files with 79 additions and 79 deletions

View File

@@ -21,14 +21,14 @@ class finishteSh < Formula
To complete the installation:
1. Run the installer:
finishte install
finish install
2. Reload your shell:
source ~/.bashrc # for bash
source ~/.zshrc # for zsh
3. Select a language model:
finishte model
finish model
You'll need LM-Studio or Ollama running locally to use finishte.sh.
@@ -42,6 +42,6 @@ class finishteSh < Formula
test do
system "#{bin}/finishte", "--help"
assert_match "finishte.sh", shell_output("#{bin}/finishte --help")
assert_match "finishte.sh", shell_output("#{bin}/finish --help")
end
end