Skip to content

Commit 89d7b68

Browse files
authored
Merge pull request #50413 from dennis-benzinger-hybris/patch-1
Fix indentation
2 parents a021b16 + 5a1955b commit 89d7b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/custom-script-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ These items should be treated as sensitive data and specified in the extensions
126126
* `skipDos2Unix`: (optional, boolean) skip dos2unix conversion of script-based file URLs or script.
127127
* `timestamp` (optional, 32-bit integer) use this field only to trigger a re-run of the
128128
script by changing value of this field. Any integer value is acceptable; it must only be different than the previous value.
129-
* `commandToExecute`: (**required** if script not set, string) the entry point script to execute. Use
129+
* `commandToExecute`: (**required** if script not set, string) the entry point script to execute. Use
130130
this field instead if your command contains secrets such as passwords.
131131
* `script`: (**required** if commandToExecute not set, string)a base64 encoded (and optionally gzip'ed) script executed by /bin/sh.
132132
* `fileUris`: (optional, string array) the URLs for file(s) to be downloaded.

0 commit comments

Comments
 (0)