Skip to content

Commit 5e55838

Browse files
committed
fix: config name
1 parent a075f2e commit 5e55838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/checking_migrations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pglt check supabase/migrations --migrations-dir="supabase/migrations" --after=17
2525

2626
This will only check migrations after the specified timestamp.
2727

28-
For pre-commit hooks and when working locally, use `--staged` to only lint files that have been staged. In CI environments, you most likely want to use `--changed` to only lint files that have been changed compared to your `defaultBranch` configuration. If `defaultBranch` is not set in your `pglt.toml`, use `--since=REF` to specify the base branch to compare against.
28+
For pre-commit hooks and when working locally, use `--staged` to only lint files that have been staged. In CI environments, you most likely want to use `--changed` to only lint files that have been changed compared to your `vcs.default_branch` configuration. If `default_branch` is not set in your `pglt.toml`, use `--since=REF` to specify the base branch to compare against.
2929

0 commit comments

Comments
 (0)