From 6502b5014dfdb4a2095ba3875c3278dac40742e4 Mon Sep 17 00:00:00 2001 From: vaikas-google Date: Fri, 6 Nov 2015 18:16:39 -0800 Subject: [PATCH] fix typo repository->registry --- client/registry/registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/registry/registry.go b/client/registry/registry.go index 8b2ddcca3..058ed9cc6 100644 --- a/client/registry/registry.go +++ b/client/registry/registry.go @@ -38,7 +38,7 @@ type Type struct { // Registry abstracts type interactions. type Registry interface { - // List all the types in the given repository + // List all the types in the given registry List() ([]Type, error) // Get the download URL for a given type and version GetURL(t Type) (string, error)