Skip to content

Commit

Permalink
Update the header with the using module Context to get the class impo…
Browse files Browse the repository at this point in the history
…rted from the Context module
  • Loading branch information
MariusStorhaug committed Dec 7, 2024
1 parent a38198b commit 7fa93fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/header.ps1
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 7fa93fb

Please sign in to comment.