Skip to content
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

*.swp

*.old

Rule.1.106.O

Rule.1.1.14
2 changes: 1 addition & 1 deletion Rule
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def runRule(delay) {
}
state.success = success
log.info (success ? "$app.label is True" : "$app.label is False")
}
}
}
}

Expand Down