mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fix logging of error message
This commit is contained in:
committed by
Matt Clay
parent
0f9c81a8c2
commit
141b3ce41f
@@ -110,7 +110,7 @@ try {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# This should never occur
|
# 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"
|
Set-Attr $result "exists" "$exists"
|
||||||
|
|||||||
Reference in New Issue
Block a user