Skip to content

Commit

Permalink
Dedupe pwsh script output
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmercer committed Mar 10, 2024
1 parent 5e0534a commit 41fcc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/base64convert.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $Bytes = [System.Text.Encoding]::Unicode.GetBytes($Text)

$EncodedText =[Convert]::ToBase64String($Bytes)

$EncodedText
## $EncodedText

# Output the constructed string (for verification or debugging)
Write-Host $EncodedText

0 comments on commit 41fcc5f

Please sign in to comment.