From 3266e6ae915389b788e10465630e85a84e3bd05f Mon Sep 17 00:00:00 2001 From: Stephen Date: Wed, 17 Jun 2020 09:21:58 +0100 Subject: [PATCH] Hate builds.. --- Tests/SnipeItPS.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SnipeItPS.Tests.ps1 b/Tests/SnipeItPS.Tests.ps1 index f69788c..8ffb1d2 100644 --- a/Tests/SnipeItPS.Tests.ps1 +++ b/Tests/SnipeItPS.Tests.ps1 @@ -4,7 +4,7 @@ $here = Split-Path -Parent $MyInvocation.MyCommand.Path $projectRoot = Split-Path -Parent $here $moduleRoot = "$projectRoot\SnipeitPS" -$script:manifestFile = "$moduleRoot\SnipeitPS.psd1" +$manifestFile = "$moduleRoot\SnipeitPS.psd1" $changelogFile = "$projectRoot\CHANGELOG.md" $appveyorFile = "$projectRoot\appveyor.yml" $publicFunctions = "$moduleRoot\Public"