Skip to content

Commit

Permalink
Update pkg/registry/registry.go
Browse files Browse the repository at this point in the history
Co-authored-by: Armel Soro <[email protected]>
  • Loading branch information
valaparthvi and rm3l authored Jun 22, 2022
1 parent 07fbe76 commit 17cae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (o RegistryClient) ListDevfileStacks(registryName, devfileFlag, filterFlag
retrieveRegistryIndices.Add(util.ConcurrentTask{ToRun: func(errChannel chan error) {
registryDevfiles, err := getRegistryStacks(o.preferenceClient, registry)
if err != nil {
log.Warningf("Registry %s is not set up properly with error: %v, please check the registry URL, and credential and add the registry again (refer `odo preference registry --help`)\n", registry.Name, err)
log.Warningf("Registry %s is not set up properly with error: %v, please check the registry URL, and credential and add the registry again (refer to `odo preference registry --help`)\n", registry.Name, err)
return
}

Expand Down

0 comments on commit 17cae08

Please sign in to comment.