From a9b85287d56b393953ac1e9d0d0614c39d5c3dec Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 7 Jul 2025 10:02:18 +1000 Subject: [PATCH] Update instructions/powershell.instructions.md --- instructions/powershell.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/powershell.instructions.md b/instructions/powershell.instructions.md index 417b64a..28b2edc 100644 --- a/instructions/powershell.instructions.md +++ b/instructions/powershell.instructions.md @@ -1,5 +1,5 @@ --- -applyTo: "**/*.ps1,**/*.psm1" +applyTo: '**/*.ps1,**/*.psm1' description: "PowerShell cmdlet and scripting best practices based on Microsoft guidelines" ---