1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix logging of error message

This commit is contained in:
Michael Perzel 2015-09-08 14:35:34 -05:00 committed by Matt Clay
parent 0f9c81a8c2
commit 141b3ce41f

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"