Skip to content

Commit 15920c7

Browse files
authored
Fix formatting issues in Deploy_Node.ps1
1 parent eb4d06b commit 15920c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureLocal/Deploy_Node.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Rename-Computer -NewName "<NodeName>"
3030
# Cleanup the disks on the host
3131

3232
$ServerList = "<NodeName>"
33-
33+
3434
Invoke-Command ($ServerList) {
3535
Update-StorageProviderCache
3636
Get-StoragePool | ? IsPrimordial -eq $false | Set-StoragePool -IsReadOnly:$false -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)