Skip to content

Commit 89887a7

Browse files
authored
Correct gh aw logs syntax in cost-estimation workshop step (#1894)
1 parent 1919d43 commit 89887a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workshop/26-manage-costs-and-budgets.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Every agentic workflow run uses an AI model to process your task brief and produ
4141
Use the per-run cost from `gh aw logs` to project monthly spend.
4242

4343
```bash
44-
gh aw logs --workflow daily-status --count 5
44+
gh aw logs daily-status --count 5
4545
```
4646

4747
Look at the **AIC** column. Average the last five runs, then multiply:
@@ -109,4 +109,3 @@ gh aw compile
109109
<!-- journey: all -->
110110
**Next:** [What's Next? Keep Exploring](14-next-steps.md)
111111
<!-- /journey -->
112-

0 commit comments

Comments
 (0)