Skip to content

Popen (at least on OSX) expects an Array, not a String

Created by: rspeicher

This was causing the gitlab:check task to exit prematurely with the error "System commands must be given as an array of strings."

Merge request reports