Skip to content

Commit 1987fa2

Browse files
committed
minor edit
1 parent a0f2751 commit 1987fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: has-adal-ref, devx-track-azurepowershell
1818
When you run `Start-AzAutomationRunbook` to start specific runbooks:
1919

2020
```powershell
21-
`start-azautomationRunbook -Name "Test_2" -AutomationAccountName "AutomationParent" -ResourceGroupName "AutomationAccount" '.
21+
start-azautomationRunbook -Name "Test_2" -AutomationAccountName "AutomationParent" -ResourceGroupName "AutomationAccount"
2222
```
2323
It fails with the following error:
2424

0 commit comments

Comments
 (0)