From d449c6ca235cd654c2b128ec2347479f87470345 Mon Sep 17 00:00:00 2001 From: Per Kops Date: Tue, 9 Apr 2024 10:05:30 +0200 Subject: [PATCH] fix: set proper cli parameter for verbose after spectre console update --- atc-coding-rules-updater.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atc-coding-rules-updater.ps1 b/atc-coding-rules-updater.ps1 index df1a648..3d555a8 100644 --- a/atc-coding-rules-updater.ps1 +++ b/atc-coding-rules-updater.ps1 @@ -9,4 +9,4 @@ atc-coding-rules-updater ` run ` -p $currentPath ` --optionsPath $currentPath'\atc-coding-rules-updater.json' ` - -v \ No newline at end of file + --verbose \ No newline at end of file