The variable name was changed from update to only_check, which essentially has it represent the opposite value, but the code was not updated to reflect that new name change.
This PR changes the logic so when only_check is true, we execute the check command.
The variable name was changed from
update
toonly_check
, which essentially has it represent the opposite value, but the code was not updated to reflect that new name change.This PR changes the logic so when
only_check
is true, we execute thecheck
command.