Skip to content

Commit

Permalink
fix: a grammar mistake
Browse files Browse the repository at this point in the history
Fix a small grammar mistake with repeated words
  • Loading branch information
Imzxhir authored and twpayne committed Feb 28, 2024
1 parent 18c99c3 commit 5bb87f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ will run git with the `--recurse-submodules` flag by default.
chezmoi assumes that all files and directories in its source state are in
chezmoi's format, i.e. their filenames include attributes like `private_` and
`run_`. Most git submodules are not in chezmoi's format and so files like
`run_test.sh` will be be interpreted by chezmoi as a `run_` script. To avoid
`run_test.sh` will be interpreted by chezmoi as a `run_` script. To avoid
this problem, set the `external_` attribute on all subdirectories that contain
submodules.

Expand Down

0 comments on commit 5bb87f1

Please sign in to comment.