From 4caa98ae489a05e837792bf59ce89f8623e5f59d Mon Sep 17 00:00:00 2001 From: Nathan Douglas Date: Wed, 4 Oct 2023 14:09:40 -0400 Subject: [PATCH] Make -or a little clearer. --- scripts/remove-git-dirs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove-git-dirs.sh b/scripts/remove-git-dirs.sh index 047f3e1070..950980a71c 100755 --- a/scripts/remove-git-dirs.sh +++ b/scripts/remove-git-dirs.sh @@ -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 {} +