Skip to content

Commit

Permalink
Merge pull request #110 from PSKeePass/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
jkdba authored Dec 6, 2016
2 parents ff9e3dd + f5b5d72 commit eeb1195
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified PoShKeePass.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion PoShKeePass.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ function New-KPConnection
## Prompt for MasterKey if specified in the profile and was not provided.
if($UseMasterKey -and -not $MasterKey)
{
$Host.ui.PromptForCredential('KeePassCredential', 'Please enter your KeePass password.', 'KeePass', 'KeePass')
$MasterKey = $Host.ui.PromptForCredential('KeePassCredential', 'Please enter your KeePass password.', 'KeePass', 'KeePass')
}
}
## Added this separation for easier future Management.
Expand Down

0 comments on commit eeb1195

Please sign in to comment.