Skip to content

Commit

Permalink
fix typo in azure module
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Mar 4, 2015
1 parent c04a0ff commit 741aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boxstarter.Azure/BoxStarter.Azure.psm1
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit 741aa25

Please sign in to comment.