Skip to content

Commit

Permalink
Make -or a little clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Oct 4, 2023
1 parent b76a9a2 commit 4caa98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/remove-git-dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find . \
-not \
\( \
-path './docroot/vendor/va-gov/content-build/.git' \
-o -path './docroot/vendor/va-gov/vets-website/.git' \
-or -path './docroot/vendor/va-gov/vets-website/.git' \
\) \
-print \
-exec rm -rf {} +
Expand Down

0 comments on commit 4caa98a

Please sign in to comment.