We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb326f commit 0133b5dCopy full SHA for 0133b5d
1 file changed
internal/images/images.go
@@ -86,7 +86,7 @@ var images = map[string]Image{
86
},
87
}
88
89
-// GetDownloadInfo retreives the necessary information to download an image.
+// GetDownloadInfo retrieves the necessary information to download an image.
90
func (i *Image) GetDownloadInfo(strict bool) (*DownloadInfo, error) {
91
info, err := i.infoRetriever(i.ArchiveURL+i.checksumPath, i.VersionRegex)
92
if err != nil {
0 commit comments