Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong variable in errormessage #172

Open
Minkukel opened this issue Oct 31, 2019 · 0 comments
Open

Wrong variable in errormessage #172

Minkukel opened this issue Oct 31, 2019 · 0 comments
Assignees

Comments

@Minkukel
Copy link

Minkukel commented Oct 31, 2019

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'.

@jkdba jkdba self-assigned this Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants