Skip to content

Commit 9ed81fa

Browse files
Update example
1 parent cf499ea commit 9ed81fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/management/admin/response-actions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Examples:
215215

216216
`runscript --CloudFile="CloudScript1.ps1" --CommandLine="-Verbose true" --Timeout=180`
217217

218-
`runscript --Raw="Get-ChildItem."`
218+
`runscript --Raw=```Get-ChildItem.````
219219

220220
`runscript --HostPath="C:\temp\LocalScript.ps1" --CommandLine="-Verbose true"`
221221

docs/serverless/endpoint-response-actions/response-actions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Examples:
266266

267267
`runscript --CloudFile="CloudScript1.ps1" --CommandLine="-Verbose true" --Timeout=180`
268268

269-
`runscript --Raw="Get-ChildItem."`
269+
`runscript --Raw=```Get-ChildItem.````
270270

271271
`runscript --HostPath="C:\temp\LocalScript.ps1" --CommandLine="-Verbose true"`
272272

0 commit comments

Comments
 (0)