Skip to content

Commit 7f2442c

Browse files
committed
Updates command used in the updating skill
1 parent 31a5c11 commit 7f2442c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • resources/boost/skills/updating-gitattributes-file

resources/boost/skills/updating-gitattributes-file/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: Update .gitattributes files for Laravel Boost projects using lean-p
77

88
Use lean-package-validator to refresh an existing .gitattributes file:
99

10-
1. Run `./vendor/bin/lean-package-validator validate --overwrite` to replace missing export-ignore entries.
10+
1. Run `./vendor/bin/lean-package-validator update` to replace missing export-ignore entries.
1111
2. Add `--align-export-ignores` if you want aligned columns.
1212
3. Add `--omit-header` to avoid modifying the header comment.
13-
4. If you need a preview first, run `./vendor/bin/lean-package-validator validate --diff` and then re-run with `--overwrite`.
13+
4. If you need a preview first, run `./vendor/bin/lean-package-validator validate --diff` and then re-run with the `update` command.
1414

15-
Keep any non-export-ignore rules intact; lean-package-validator appends export-ignores below them.
15+
Keep any non-export-ignore rules intact; lean-package-validator appends export-ignores below them.

0 commit comments

Comments
 (0)