Skip to content

Commit 53b6bad

Browse files
author
Brian Peterson
authored
Merge pull request #326 from effingerw/master
Correcting Typo
2 parents 96c8dd2 + ecc8ba5 commit 53b6bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/ERCS_Logs/ERCS_AzureStackLogs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ if($IP)
519519
}
520520
#username and password
521521
$global:progresspreference ="Continue"
522-
$user = "azurestack\CloudAdmin"
522+
$user = "CloudAdmin"
523523
Write-Host "`n`t[PROMPT] Enter password for $($user)"
524524
$secpasswd = Read-Host "`n `t`tEnter the password for $($user)" -AsSecureString
525525
$mySecureCredentials = New-Object System.Management.Automation.PSCredential ($user, $secpasswd)

0 commit comments

Comments
 (0)