Skip to content

Fix undefined method #fail_cmd!

Zeger-Jan van de Weg requested to merge zj-run-fail-cmd-fix into master

A method was moved inside a class, but a call site still used the old way of calling it. This change prefixes the method call so it works again.

Merge request reports