diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-08 17:28:48 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-08 17:28:48 -0500 |
| commit | 7a26a75506de82ba1e2e0567f8f96fc2784874e9 (patch) | |
| tree | 54d696bce7f64590f1d24bf496f55813a0e311b6 /git-hooks | |
| parent | b66bded4c90437503a25fe89e16d15422029dc0b (diff) | |
Rename the project to `pilcrow`.
Diffstat (limited to 'git-hooks')
| -rwxr-xr-x | git-hooks/pre-commit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit index 6715430..587e349 100755 --- a/git-hooks/pre-commit +++ b/git-hooks/pre-commit @@ -13,7 +13,7 @@ npm run lint cargo check # Make sure the prepared statement data in .sqlx is up to date. Requires # `cargo-sqlx` (`cargo install cargo-sqlx`). -export DATABASE_URL=sqlite://.hi.pre-commit?mode=rwc -rm -f .hi.pre-commit +export DATABASE_URL=sqlite://pilcrow.db.pre-commit?mode=rwc +rm -f pilcrow.db.pre-commit cargo sqlx migrate run cargo sqlx prepare --check |
