Skip to content

Commit

Permalink
Fixed nitro cli stage edit documentation (#7912)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored Jan 9, 2025
1 parent 986b822 commit b41e98d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/docs/nitro/cli-commands/stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ nitro stage edit --api-id abc123 --configuration '[{"Name":"stage1","DisplayName
```json
[
{
"name": "stage1",
"displayName": "Stage 1",
"conditions": [
"Name": "stage1",
"DisplayName": "Stage 1",
"Conditions": [
{
"afterStage": "stage2"
"AfterStage": "stage2"
}
]
}
Expand Down

0 comments on commit b41e98d

Please sign in to comment.