Tabs replaced with spaces.

Templates couldn't contain tab and spaces mixed.

Change-Id: Ia50bb30f3068d080baaaa9329b58d88469d21831
This commit is contained in:
Dmitry Teselkin 2013-10-08 19:17:01 +04:00
parent 269618e911
commit d264ed72d2

View File

@ -4,13 +4,13 @@
"Install-RolePrimaryDomainController.ps1"
],
"Commands": [
{
"Name": "Install-RolePrimaryDomainController",
"Arguments": {
"DomainName": "$domain",
"SafeModePassword": "$recoveryPassword"
}
}
{
"Name": "Install-RolePrimaryDomainController",
"Arguments": {
"DomainName": "$domain",
"SafeModePassword": "$recoveryPassword"
}
}
],
"RebootOnCompletion": 1
}