Skip to content

Commit 48a3ac5

Browse files
committed
fix typo
1 parent 1d2fe13 commit 48a3ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/docker/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (d DockerExtractor) createRegistryClient(ctx context.Context, domain string
112112

113113
// Prevent non-ssl unless explicitly forced
114114
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")
115+
return nil, xerrors.New("attempted to use insecure protocol! Use force-non-ssl option to force")
116116
}
117117

118118
// Create the registry client.

0 commit comments

Comments
 (0)