Merge pull request #7770 from jsoref/patch-1

regularize indentation
This commit is contained in:
Adrien Delorme 2019-06-20 16:01:31 +02:00 committed by GitHub
commit 6db08248d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Parameters common to all provisioners:
"script": "script.sh", "script": "script.sh",
"override": { "override": {
"vmware-iso": { "vmware-iso": {
"execute_command": "echo 'password' | sudo -S bash {{.Path}}" "execute_command": "echo 'password' | sudo -S bash {{.Path}}"
} }
} }
} }