We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2fe13 commit 48a3ac5Copy full SHA for 48a3ac5
extractor/docker/docker.go
@@ -112,7 +112,7 @@ func (d DockerExtractor) createRegistryClient(ctx context.Context, domain string
112
113
// Prevent non-ssl unless explicitly forced
114
if !d.Option.NonSSL && strings.HasPrefix(auth.ServerAddress, "http:") {
115
- return nil, xerrors.New("attempted to us1e insecure protocol! Use force-non-ssl option to force")
+ return nil, xerrors.New("attempted to use insecure protocol! Use force-non-ssl option to force")
116
}
117
118
// Create the registry client.
0 commit comments