typo fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class finishteSh < Formula
|
||||
class inish Sh < Formula
|
||||
desc "LLM-powered command-line finishtion"
|
||||
homepage "https://git.appmodel.nl/Tour/finishte"
|
||||
homepage "https://git.appmodel.nl/Tour/inish "
|
||||
url "https://git.appmodel.nl/Tour/finish/archive/v0.5.0.tar.gz"
|
||||
sha256 "" # Update with actual SHA256 of the release tarball
|
||||
license "BSD-2-Clause"
|
||||
@@ -11,7 +11,7 @@ class finishteSh < Formula
|
||||
depends_on "bash-completion@2" => :optional
|
||||
|
||||
def install
|
||||
bin.install "finishte.sh" => "finishte"
|
||||
bin.install "inish .sh" => "inish "
|
||||
doc.install "README.md"
|
||||
doc.install "LICENSE"
|
||||
end
|
||||
@@ -30,18 +30,18 @@ class finishteSh < Formula
|
||||
3. Select a language model:
|
||||
finish model
|
||||
|
||||
You'll need LM-Studio or Ollama running locally to use finishte.sh.
|
||||
You'll need LM-Studio or Ollama running locally to use inish .sh.
|
||||
|
||||
LM-Studio: https://lmstudio.ai
|
||||
Ollama: https://ollama.ai
|
||||
|
||||
For more information, visit:
|
||||
https:/git.appmodel.nl/Tour/finishte
|
||||
https:/git.appmodel.nl/Tour/inish
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/finishte", "--help"
|
||||
assert_match "finishte.sh", shell_output("#{bin}/finish --help")
|
||||
system "#{bin}/inish ", "--help"
|
||||
assert_match "inish .sh", shell_output("#{bin}/finish --help")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user