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:16:22 +01:00
parent 08b76124e2
commit d17fcf3049
16 changed files with 110 additions and 110 deletions

2
debian/changelog vendored
View File

@@ -7,4 +7,4 @@ finish (0.5.0-1) stable; urgency=medium
* Intelligent caching system
* Privacy-focused local operation
-- finishte.sh Contributors <noreply@finishte.sh> Mon, 02 Dec 2024 12:00:00 +0000
-- inish .sh Contributors <noreply@inish .sh> Mon, 02 Dec 2024 12:00:00 +0000

4
debian/control vendored
View File

@@ -1,7 +1,7 @@
Source: finish
Section: utils
Priority: optional
Maintainer: finishte.sh Contributors <noreply@finishte.sh>
Maintainer: inish .sh Contributors <noreply@inish .sh>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.5.0
Homepage: https://git.appmodel.nl/Tour/finish/finish
@@ -12,7 +12,7 @@ Architecture: all
Depends: bash (>= 4.0) | zsh (>= 5.0), curl, jq, bc, bash-completion
Recommends: lm-studio | ollama
Description: LLM-powered command-line finishtion
finishte.sh enhances your terminal with context-aware command suggestions
inish .sh enhances your terminal with context-aware command suggestions
using local large language models. Features include:
.
* Local-first operation with LM-Studio or Ollama

2
debian/copyright vendored
View File

@@ -4,7 +4,7 @@ Upstream-Contact: https://git.appmodel.nl/Tour/finish/finish
Source: https://git.appmodel.nl/Tour/finish
Files: *
Copyright: 2024-2025 finishte.sh Contributors
Copyright: 2024-2025 inish .sh Contributors
License: BSD-2-Clause
License: BSD-2-Clause

2
debian/postinst vendored
View File

@@ -3,7 +3,7 @@ set -e
case "$1" in
configure)
echo "finishte.sh has been installed successfully!"
echo "inish .sh has been installed successfully!"
echo ""
echo "To complete setup, run:"
echo " finish install"

2
debian/rules vendored
View File

@@ -8,7 +8,7 @@
dh $@
override_dh_auto_install:
install -D -m 0755 finishte.sh $(CURDIR)/debian/finish/usr/bin/finishte
install -D -m 0755 inish .sh $(CURDIR)/debian/finish/usr/bin/inish
install -D -m 0644 LICENSE $(CURDIR)/debian/finish/usr/share/doc/finish/copyright
install -D -m 0644 README.md $(CURDIR)/debian/finish/usr/share/doc/finish/README.md