summaryrefslogtreecommitdiff
path: root/db/fixtures/development/26_container_images.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/26_container_images.rb')
-rw-r--r--db/fixtures/development/26_container_images.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/26_container_images.rb b/db/fixtures/development/26_container_images.rb
index 5b5879673b9..fdee57c73e3 100644
--- a/db/fixtures/development/26_container_images.rb
+++ b/db/fixtures/development/26_container_images.rb
@@ -57,7 +57,7 @@ Gitlab::Seeder.quiet do
seeder.seed!
rescue => e
puts "\nSeeding container images failed with #{e.message}."
- puts "Make sure that the registry is running (https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/registry.md) and that Docker CLI (https://www.docker.com/products/docker-desktop) is installed."
+ puts "Make sure that the registry is running (https://gitlab.com/gitlab-org/gitlab-development-kit/blob/main/doc/howto/registry.md) and that Docker CLI (https://www.docker.com/products/docker-desktop) is installed."
end
else
puts "Skipped. Use the `#{flag}` environment variable to seed container images to the registry."