Skip to content

Commit 0716eb7

Browse files
committed
getLayerIds
1 parent d02761a commit 0716eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LayerCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class LayerCache {
250250
async getLayerIds(): Promise<string[]> {
251251
const getIdfromLayerRelativePath = (path: string) => path.replace('/layer.tar', '')
252252
const layerIds = (await this.getLayerTarFiles()).map(getIdfromLayerRelativePath);
253-
core.debug(JSON.stringify({ log: `loadLayerTarIds`, layerIds }))
253+
core.debug(JSON.stringify({ log: `getLayerIds`, layerIds }))
254254
return layerIds
255255
}
256256
}

0 commit comments

Comments
 (0)