Skip to content

Commit 8f5f866

Browse files
Fix typo
1 parent 2ee2daf commit 8f5f866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/DscResource/PSResourceGetDSCResource.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function SetupDsc {
3535

3636
$env:PATH += "$pathSeparator$resourcePath"
3737

38-
Import-Module -Path $resourcePath -Verbose -Force
38+
Import-Module $resourcePath -Verbose -Force
3939
}
4040

4141
function SetupTestRepos {

0 commit comments

Comments
 (0)