diff --git a/Boxstarter.Azure/BoxStarter.Azure.psm1 b/Boxstarter.Azure/BoxStarter.Azure.psm1 index 07cddb80..99246e84 100644 --- a/Boxstarter.Azure/BoxStarter.Azure.psm1 +++ b/Boxstarter.Azure/BoxStarter.Azure.psm1 @@ -1,4 +1,4 @@ -catch$unNormalized=(Get-Item "$PSScriptRoot\..\Boxstarter.Chocolatey\Boxstarter.Chocolatey.psd1") +$unNormalized=(Get-Item "$PSScriptRoot\..\Boxstarter.Chocolatey\Boxstarter.Chocolatey.psd1") Import-Module $unNormalized.FullName -global -DisableNameChecking -Force Resolve-Path $PSScriptRoot\*-*.ps1 | % { . $_.ProviderPath }