Add debug headers when downloading plugins (#92579)
This commit is contained in:
@@ -146,6 +146,7 @@ func doInstallPlugin(ctx context.Context, pluginID, version string, o pluginInst
|
||||
return err
|
||||
}
|
||||
} else {
|
||||
ctx = repo.WithRequestOrigin(ctx, "cli")
|
||||
archiveInfo, err := repository.GetPluginArchiveInfo(ctx, pluginID, version, compatOpts)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user