You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 'Get-KPGroup' function there is an error message with a variable that is not declared:
if($Stop -and $foundCount -eq 0) { Write-Warning -Message ('[PROCESS] The Specified KeePass Entry Group Path ({0}) does not exist.' -f $KeePassGroupParentPath) Throw 'The Specified KeePass Entry Group Path ({0}) does not exist.' -f $KeePassGroupParentPath }
The '$KeePassGroupParentPath' does not exist in this function. I gues this should be '$GroupName'.
The text was updated successfully, but these errors were encountered:
In the 'Get-KPGroup' function there is an error message with a variable that is not declared:
if($Stop -and $foundCount -eq 0) { Write-Warning -Message ('[PROCESS] The Specified KeePass Entry Group Path ({0}) does not exist.' -f $KeePassGroupParentPath) Throw 'The Specified KeePass Entry Group Path ({0}) does not exist.' -f $KeePassGroupParentPath }
The '$KeePassGroupParentPath' does not exist in this function. I gues this should be '$GroupName'.
The text was updated successfully, but these errors were encountered: