Fix Typo to improve GoReport
Signed-off-by: asifdxtreme <mohammad.asif.siddiqui1@huawei.com>
This commit is contained in:
parent
d7716a801b
commit
5d065b4a3d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ func (s *Server) PullImage(ctx context.Context, req *pb.PullImageRequest) (*pb.P
|
||||||
options := ©.Options{
|
options := ©.Options{
|
||||||
SourceCtx: &types.SystemContext{},
|
SourceCtx: &types.SystemContext{},
|
||||||
}
|
}
|
||||||
// Specifiying a username indicates the user intends to send authentication to the registry.
|
// Specifying a username indicates the user intends to send authentication to the registry.
|
||||||
if username != "" {
|
if username != "" {
|
||||||
options.SourceCtx = &types.SystemContext{
|
options.SourceCtx = &types.SystemContext{
|
||||||
DockerAuthConfig: &types.DockerAuthConfig{
|
DockerAuthConfig: &types.DockerAuthConfig{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue