From 1ce6c07e9c0398e4ea9eb48e13e1f1a0a0c1628d Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 29 Jun 2023 23:22:28 +0200 Subject: [PATCH] Update persisted-scope-fix-handle-glob-directories.md --- .changes/persisted-scope-fix-handle-glob-directories.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.changes/persisted-scope-fix-handle-glob-directories.md b/.changes/persisted-scope-fix-handle-glob-directories.md index 33ea5030e..7badc1850 100644 --- a/.changes/persisted-scope-fix-handle-glob-directories.md +++ b/.changes/persisted-scope-fix-handle-glob-directories.md @@ -2,8 +2,6 @@ "persisted-scope": patch --- -Fixing directories' usage by removing glob patterns asterisks at the end before allowing/forbidding them. +Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them. -This was causing them to be escaped, and so undesirable paths were allowed/forbidden. - -Polluting the `.persisted_scope` at the same time. \ No newline at end of file +This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the `.persisted_scope` file.