EvotecIT / PSPGP

PSPGP is a PowerShell module that provides PGP functionality in PowerShell. It allows encrypting and decrypting files/folders and strings using PGP.
MIT License
59 stars 22 forks source link

Full Folder Decryption file path having incorrect property name #7

Closed s0up2up closed 2 years ago

s0up2up commented 2 years ago

On line 81, there is reference to a property on the File Name mistyped as '$File.FuleName', should be '$File.FullName'

https://github.com/EvotecIT/PSPGP/blob/1741478a441c748ee42c1c8cce6bf7b8432a58a1/Public/Unprotect-PGP.ps1#L81

PrzemyslawKlys commented 2 years ago

This and a few other typos should be fixed. Published as well.