# File lib/r10k/action/cri_runner.rb, line 66
      def call
        rv = @runner.call
        exit(rv ? 0 : 1)
      end