Skip to content

Commit

Permalink
Cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Harivallabha-Rangarajan committed Feb 9, 2022
1 parent 553012e commit 187edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test/test-service-load/mailAutoHelper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
as an appropriate environment variable.
#>

$PasswordLocation = "Programmatic Mailer Password Path"
$PasswordLocation = "<Programmatic Mailer Password Path>"
# Enter the password, to be stored as a secure string
Write-Host "Enter the password for the automatic mailer" -ForegroundColor Cyan
read-host -assecurestring | convertfrom-securestring | out-file $PasswordLocation
Expand Down

0 comments on commit 187edb1

Please sign in to comment.