Skip to content

Commit

Permalink
mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan committed Feb 28, 2024
1 parent 548cfe9 commit 31b6082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demisto_sdk/commands/pre_commit/pre_commit_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __post_init__(self):
PRECOMMIT_FOLDER.mkdir(parents=True)
PRECOMMIT_CONFIG.mkdir()
PRECOMMIT_DOCKER_CONFIGS.mkdir()
PRE_COMMIT_FOLDER_SHARED.mkdir(mode=777)
(PRE_COMMIT_FOLDER_SHARED / "coverage").mkdir(
parents=True, exist_ok=True, mode=777
)
Expand Down

0 comments on commit 31b6082

Please sign in to comment.