This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new f28be8b1a docs: fix the wrong ln command in CONTRIBUTING.md (#4139)
f28be8b1a is described below
commit f28be8b1a5cce6840aace6a957178dbbe6c41b24
Author: SteveLauC <[email protected]>
AuthorDate: Thu Apr 27 01:13:26 2023 +0800
docs: fix the wrong ln command in CONTRIBUTING.md (#4139)
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 67121f6cd..9614ed2e5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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`: