Press
Press copied to clipboard
Update Update-PublicFunctions.ps1
In trying to build your module SecretManagement.KeePass, I found $currentFunctions was null. SecretManagement.KeePass.psd1 does contain this data but Get-Metadata was returning null on my workstation ¯_(ツ)_/¯. This causes compare-object to error out.
Nice catch! Shouldn't it be @('') though? compare-object sometimes gets picky on single objects vs. arrays.
that works also for me so I'll update my PR
The test failure is because I probably have some deps that need fixing, I can't promise when I'll get to it but I thank you for the contribution!