fix double quotes
This commit is contained in:
@@ -571,7 +571,7 @@ atomic_tests:
|
||||
get_prereq_command: |
|
||||
New-Item -Type Directory (split-path "#{cred_file}") -ErrorAction Ignore | Out-Null
|
||||
$cred = Get-Credential -UserName $env:USERNAME -message "Enter password for $env:USERNAME to use during password change attempt"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File ""#{cred_file}"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File "#{cred_file}"
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
@@ -628,7 +628,7 @@ atomic_tests:
|
||||
get_prereq_command: |
|
||||
New-Item -Type Directory (split-path "#{cred_file}") -ErrorAction Ignore | Out-Null
|
||||
$cred = Get-Credential -UserName $env:USERNAME -message "Enter password for $env:USERNAME to use during password change attempt"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File ""#{cred_file}"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File "#{cred_file}"
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
@@ -685,7 +685,7 @@ atomic_tests:
|
||||
get_prereq_command: |
|
||||
New-Item -Type Directory (split-path "#{cred_file}") -ErrorAction Ignore | Out-Null
|
||||
$cred = Get-Credential -UserName $env:USERNAME -message "Enter password for $env:USERNAME to use during password change attempt"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File ""#{cred_file}"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File "#{cred_file}"
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
@@ -742,7 +742,7 @@ atomic_tests:
|
||||
get_prereq_command: |
|
||||
New-Item -Type Directory (split-path "#{cred_file}") -ErrorAction Ignore | Out-Null
|
||||
$cred = Get-Credential -UserName $env:USERNAME -message "Enter password for $env:USERNAME to use during password change attempt"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File ""#{cred_file}"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File "#{cred_file}"
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
@@ -799,7 +799,7 @@ atomic_tests:
|
||||
get_prereq_command: |
|
||||
New-Item -Type Directory (split-path "#{cred_file}") -ErrorAction Ignore | Out-Null
|
||||
$cred = Get-Credential -UserName $env:USERNAME -message "Enter password for $env:USERNAME to use during password change attempt"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File ""#{cred_file}"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File "#{cred_file}"
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
@@ -856,7 +856,7 @@ atomic_tests:
|
||||
get_prereq_command: |
|
||||
New-Item -Type Directory (split-path "#{cred_file}") -ErrorAction Ignore | Out-Null
|
||||
$cred = Get-Credential -UserName $env:USERNAME -message "Enter password for $env:USERNAME to use during password change attempt"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File ""#{cred_file}"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File "#{cred_file}"
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
@@ -913,7 +913,7 @@ atomic_tests:
|
||||
get_prereq_command: |
|
||||
New-Item -Type Directory (split-path "#{cred_file}") -ErrorAction Ignore | Out-Null
|
||||
$cred = Get-Credential -UserName $env:USERNAME -message "Enter password for $env:USERNAME to use during password change attempt"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File ""#{cred_file}"
|
||||
$cred.Password | ConvertFrom-SecureString | Out-File "#{cred_file}"
|
||||
executor:
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
|
||||
Reference in New Issue
Block a user