Skip to content

Commit ea915ec

Browse files
[f] Fix loading of PasswordFinder
1 parent 75f7827 commit ea915ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PSGithubUtils/PSGithubUtils.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PSGithubUtils.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.2.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

PSGithubUtils/PSGithubUtils.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if ($PSVersionTable.PSVersion.Major -lt 7){
2525
}
2626

2727
Add-Type -Path $securityLibPath
28-
Add-Type -TypeDefinition (Get-Content -Path ".\lib\Private\BasicPasswordFinder.cs" -Raw) -ReferencedAssemblies @($securityLibPath)
28+
Add-Type -TypeDefinition (Get-Content -Path "$PSScriptRoot\lib\Private\BasicPasswordFinder.cs" -Raw) -ReferencedAssemblies @($securityLibPath)

0 commit comments

Comments
 (0)