Skip to content

Use the correct directory permissions when making directories

Richard T. Carback III requested to merge hotfix/correct_directory_perms into master

This fixes and issue where we were not passing file permissions down during directory creation. While tests fail for this, our CI apparently doesn't respect file permissions and so it did not fail as expected.

Merge request reports