Skip to content

Commit 153063b

Browse files
committed
Fix review typo
1 parent db34c88 commit 153063b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/ingest_manager/server/services/epm/packages

x-pack/plugins/ingest_manager/server/services/epm/packages/assets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function getAssetsData(
5757
datasetName?: string
5858
): Promise<Registry.ArchiveEntry[]> {
5959
// TODO: Needs to be called to fill the cache but should not be required
60-
const pkgkey = packageInfo.name + '/' + packageInfo.version;
60+
const pkgkey = packageInfo.name + '-' + packageInfo.version;
6161
if (!cacheHas(pkgkey)) await Registry.getArchiveInfo(pkgkey);
6262

6363
// Gather all asset data

0 commit comments

Comments
 (0)