fixing a typo :(
Some checks failed
test and deploy / test (push) Successful in 26s
test and deploy / push-and-build (push) Failing after 1m0s

This commit is contained in:
2026-02-19 22:12:11 -07:00
parent 67c4b01424
commit 9bd15d44b8

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
shell: bash -l {0} shell: bash -l {0}
run: | run: |
poetry instsall poetry install
- name: add database.ini - name: add database.ini
shell: bash -l {0} shell: bash -l {0}