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
{{ message }}
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
from what I can remember and what I can read, check_failed was created for the check type (which is basically a way of hooking arbitrary expressions into the ok system) and is only updated on status operations, which are performed during satisfy as well. did_error is meant to be used alongside did_install, did_upgrade, did_update and the like to determine if the satisfy (install | upgrade) operation failed. This could probably be better documented.
Is there a reason that when a
ok check
fails that it is handled withcheck_failed
instead ofdid_error
? They seem to serve a similar function.The text was updated successfully, but these errors were encountered: