Skip to content

Commit

Permalink
Update Base64EncodeExecutables.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
S3cur3Th1sSh1t authored Apr 16, 2021
1 parent 8b4fa7a commit 5fec3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/Base64EncodeExecutables.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function base64encodeExecutables
{
param (
[string]$directory = $(throw "-directory is required."),
[string]$directory = $(throw "-directory is required.")
)
function base64
{
Expand Down

0 comments on commit 5fec3a0

Please sign in to comment.