Skip to content

Commit

Permalink
Account for blank space at end of Fortinet lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbear committed Oct 8, 2024
1 parent 6dea5a0 commit cfbccc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Start

UnhealthyStatus
# semicolon necessary to anchor
^\s+${HA_HEALTH};$$
^\s+${HA_HEALTH};\s*$$
^Model:\s+${MODEL} -> Start

Configuration_Status
Expand Down

0 comments on commit cfbccc5

Please sign in to comment.