You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#110 - peadm::status plan fails with new bolt version
* previously when getting data after a task is run, we fetched
the result data. However, a newer version of bolt changed
the key name to value and broke this code. This fixes that
by fetching the newer key name and failing back to the old
key name if the value does not exist.
0 commit comments