Skip to content

Commit

Permalink
[FIX] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Aug 27, 2024
1 parent 0c2672c commit aa884b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RepetitionTimeAcquisitionDurationMutex:
(RepetitionTime - AcquisitionDuration).
level: error
selectors:
- type(sidecar.AcquistionDuration) != "null"
- type(sidecar.AcquisitionDuration) != "null"
checks:
- type(sidecar.RepetitionTime) == "null"

Expand Down

0 comments on commit aa884b7

Please sign in to comment.