Update website/versioned_docs/version-stable/

master
Simon Lydell 2019-09-14 13:11:52 +02:00
parent 5ce16eaa02
commit 8d0ac8bb58
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Alternately you can save this script as `.git/hooks/pre-commit` and give it exec
```bash
#!/bin/sh
FILES=$(git diff --cached --name-only --diff-filter=ACM "*.js" "*.jsx" | sed 's| |\\ |g')
FILES=$(git diff --cached --name-only --diff-filter=ACMR "*.js" "*.jsx" | sed 's| |\\ |g')
[ -z "$FILES" ] && exit 0
# Prettify all selected files