Skip to content

Commit 90b1829

Browse files
Update dbatools.psm1
1 parent b7a852a commit 90b1829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dbatools.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (-not $script:libraryroot) {
5252
}
5353

5454
try {
55-
$dll = [System.IO.Path]::Combine($script:libraryroot, "lib", "dbatools.dll")
55+
$dll = [System.IO.Path]::Combine($script:libraryroot, "dbatools.dll")
5656
Import-Module $dll
5757
} catch {
5858
throw "Couldn't import dbatools library | $PSItem"

0 commit comments

Comments
 (0)