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/docs_screenshots.rb')
-rwxr-xr-xscripts/docs_screenshots.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docs_screenshots.rb b/scripts/docs_screenshots.rb
index 7472d9ea37b..094e7e87960 100755
--- a/scripts/docs_screenshots.rb
+++ b/scripts/docs_screenshots.rb
@@ -5,7 +5,7 @@
require 'png_quantizator'
require 'open3'
require 'parallel'
-require_relative '../tooling/lib/tooling/images.rb'
+require_relative '../tooling/lib/tooling/images'
generator = ARGV[0]
milestone = ARGV[1]