Fix logging of error message

This commit is contained in:
Michael Perzel 2015-09-08 14:35:34 -05:00
parent de1696cb74
commit 64416ff094

View file

@ -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"