Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 37c44eb

Browse files
authored
Fix SwaggerUtils (#290)
1 parent ca2be55 commit 37c44eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSSwagger/SwaggerUtils.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
1212
Import-Module (Join-Path -Path $PSScriptRoot -ChildPath Utilities.psm1)
13-
Import-Module -Name (Join-Path -Path $PSScriptRoot -ChildPath 'PSSwaggerUtility')
13+
Import-Module -Name 'PSSwaggerUtility'
1414
. "$PSScriptRoot\PSSwagger.Constants.ps1" -Force
1515
. "$PSScriptRoot\Trie.ps1" -Force
1616
. "$PSScriptRoot\PSCommandVerbMap.ps1" -Force

0 commit comments

Comments
 (0)