Skip to content

Commit

Permalink
fix: include .git folder when checking for doc gen in dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Sep 20, 2023
1 parent 52db8b3 commit b626fde
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ function check_generate_modules() {
rsync -axh \
--exclude '*/.terraform' \
--exclude '*/.kitchen' \
--exclude '*/.git' \
/workspace "${tempdir}" >/dev/null 2>/dev/null
cd "${tempdir}/workspace" || exit 1
generate_modules >/dev/null 2>/dev/null
Expand Down

0 comments on commit b626fde

Please sign in to comment.