cyberark / bash-lib

Library for bash utility methods and tools
Apache License 2.0
657 stars 24 forks source link

Exclude submodules from bl_all_files_in_repo #45

Closed hughsaunders closed 3 years ago

hughsaunders commented 3 years ago

What does this PR do?

Submodules directories were included but not their files. This caused scripts that expected the file list to only contain files to fail.

This commit excludes submodules so only the files in the repo are listed.

Checklists

Change log

Test coverage

Documentation