Skip to content

Commit

Permalink
docs: fix the wrong ln command in CONTRIBUTING.md (apache#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Apr 26, 2023
1 parent 9cf48c1 commit f28be8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ If the file already exists, to avoid mistakenly **overriding**, you MAY have to
the link source or file content. Else if not exist, let's safely soft link [pre-commit.sh](pre-commit.sh) as file `.git/hooks/pre-commit`:

```bash
ln -s ../../rust/pre-commit.sh .git/hooks/pre-commit
ln -s ../../pre-commit.sh .git/hooks/pre-commit
```

If sometimes you want to commit without checking, just run `git commit` with `--no-verify`:
Expand Down

0 comments on commit f28be8b

Please sign in to comment.