File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
serverless/endpoint-response-actions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ Examples:
215
215
216
216
`runscript --CloudFile="CloudScript1.ps1" --CommandLine="-Verbose true" --Timeout=180`
217
217
218
- `runscript --Raw=" Get-ChildItem." `
218
+ `runscript --Raw=``` Get-ChildItem.``` `
219
219
220
220
`runscript --HostPath="C:\temp\LocalScript.ps1" --CommandLine="-Verbose true"`
221
221
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Examples:
266
266
267
267
`runscript --CloudFile="CloudScript1.ps1" --CommandLine="-Verbose true" --Timeout=180`
268
268
269
- `runscript --Raw=" Get-ChildItem." `
269
+ `runscript --Raw=``` Get-ChildItem.``` `
270
270
271
271
`runscript --HostPath="C:\temp\LocalScript.ps1" --CommandLine="-Verbose true"`
272
272
You can’t perform that action at this time.
0 commit comments