summaryrefslogtreecommitdiff
path: root/lib/container_registry/registry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/container_registry/registry.rb')
-rw-r--r--lib/container_registry/registry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container_registry/registry.rb b/lib/container_registry/registry.rb
index 07490de94ba..0e634f6b6ef 100644
--- a/lib/container_registry/registry.rb
+++ b/lib/container_registry/registry.rb
@@ -8,7 +8,7 @@ module ContainerRegistry
@client = ContainerRegistry::Client.new(uri, options)
end
- def [](name)
+ def repository(name)
ContainerRegistry::Repository.new(self, name)
end