Fix logging of error message

pull/18777/head
Michael Perzel 9 years ago committed by Matt Clay
parent 0f9c81a8c2
commit 141b3ce41f

@ -110,7 +110,7 @@ try {
}
else {
# This should never occur
Fail-Json $result "$measure.count scheduled tasks found"
Fail-Json $result "$($measure.count) scheduled tasks found"
}
Set-Attr $result "exists" "$exists"

Loading…
Cancel
Save