Skip to content

Commit 5bb3bab

Browse files
authored
Merge pull request #1093 from pre-commit/fix-bullets
fix bullet indentation
2 parents a4e53af + d23a894 commit 5bb3bab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sections/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ environment variables:
181181
- `PRE_COMMIT_REMOTE_URL`: the url of the remote that is being pushed to (for
182182
example `git@github.com:pre-commit/pre-commit`)
183183
- `PRE_COMMIT_REMOTE_BRANCH`: the name of the remote branch to which we are
184-
pushing (for example `refs/heads/target-branch`)
184+
pushing (for example `refs/heads/target-branch`)
185185
- `PRE_COMMIT_LOCAL_BRANCH`: the name of the local branch that is being pushed
186186
to the remote (for example `HEAD`)
187187

sections/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ Options:
137137
Some example useful invocations:
138138

139139
- `pre-commit install`: Default invocation. Installs the hook scripts
140-
alongside any existing git hooks.
140+
alongside any existing git hooks.
141141
- `pre-commit install --install-hooks --overwrite`: Idempotently replaces
142-
existing git hook scripts with pre-commit, and also installs hook
143-
environments.
142+
existing git hook scripts with pre-commit, and also installs hook
143+
environments.
144144

145145
`pre-commit install` will install hooks from
146146
[`default_install_hook_types`](#top_level-default_install_hook_types) if

0 commit comments

Comments
 (0)