We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db34c88 commit 153063bCopy full SHA for 153063b
1 file changed
x-pack/plugins/ingest_manager/server/services/epm/packages/assets.ts
@@ -57,7 +57,7 @@ export async function getAssetsData(
57
datasetName?: string
58
): Promise<Registry.ArchiveEntry[]> {
59
// TODO: Needs to be called to fill the cache but should not be required
60
- const pkgkey = packageInfo.name + '/' + packageInfo.version;
+ const pkgkey = packageInfo.name + '-' + packageInfo.version;
61
if (!cacheHas(pkgkey)) await Registry.getArchiveInfo(pkgkey);
62
63
// Gather all asset data
0 commit comments