diff --git a/docs/troubleshoot.md b/docs/troubleshoot.md index fc53aafea..76efb35e1 100644 --- a/docs/troubleshoot.md +++ b/docs/troubleshoot.md @@ -35,7 +35,7 @@ fi ```shell # .husky/pre-commit -. "$(dirname -- "$0")/common.sh" +. .husky/common.sh yarn ... -``` \ No newline at end of file +```