Fix error message

This commit is contained in:
jvican 2017-05-25 11:12:26 +02:00
parent 2b12721a68
commit 8de2bfe461
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ object TaskLinterDSLFeedback {
| Regular tasks always evaluate task inside the bodies of if expressions.
|
|${startGreen}SOLUTION${reset}:
| 1. If you only want to evaluate it when the if predicate is true, use a dynamic task.
| 1. If you only want to evaluate it when the if predicate is true or false, use a dynamic task.
| 2. Otherwise, make the static evaluation explicit by evaluating `${offendingValue}` outside the if expression.
""".stripMargin
}