Skip to content

Commit

Permalink
fix indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed Jun 4, 2024
1 parent 1bd715d commit ef2659e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,12 @@ Resources:
IntervalSeconds: 2
MaxAttempts: 6
BackoffRate: 6
Catch:
Catch:
- ErrorEquals:
- States.TaskFailed
ResultPath: "$.error"
Next: TableFailed
Next: CheckInitState
Next: CheckInitState
CheckInitState:
Type: Choice
Choices:
Expand Down

0 comments on commit ef2659e

Please sign in to comment.