Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/api/pipeline_failed_jobs.rb')
-rw-r--r--scripts/api/pipeline_failed_jobs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/api/pipeline_failed_jobs.rb b/scripts/api/pipeline_failed_jobs.rb
index c25567af698..df9a7e76dcd 100644
--- a/scripts/api/pipeline_failed_jobs.rb
+++ b/scripts/api/pipeline_failed_jobs.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'gitlab'
-require 'optparse'
+
require_relative 'default_options'
class PipelineFailedJobs