Fix logging of error message
This commit is contained in:
parent
de1696cb74
commit
64416ff094
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue