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

@@ -39,7 +39,7 @@ jobs:
mkdir -p $HOME/.local/bin
cp finishte.sh $HOME/.local/bin/finishte
chmod +x $HOME/.local/bin/finishte
$HOME/.local/bin/finishte --help
$HOME/.local/bin/finish --help
lint:
runs-on: ubuntu-latest
@@ -66,4 +66,4 @@ jobs:
- name: Test Docker image
run: |
docker run --rm finish:test -c "finishte --help"
docker run --rm finish:test -c "finish --help"