From 7fa93fb836ec65eab00d97e363112ac32f8f6ffd Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 7 Dec 2024 22:15:41 +0100 Subject: [PATCH] Update the header with the using module Context to get the class imported from the Context module --- src/header.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/header.ps1 b/src/header.ps1 index cc1fde9a..75f94a00 100644 --- a/src/header.ps1 +++ b/src/header.ps1 @@ -1,3 +1,5 @@ -[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidLongLines', '', Justification = 'Contains long links.')] +using module Context + +[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidLongLines', '', Justification = 'Contains long links.')] [CmdletBinding()] param()