Skip to content

Commit

Permalink
thanks austin
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed May 13, 2024
1 parent e867b07 commit 08096fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/packager/images/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func CleanupInProgressLayers(ctx context.Context, img v1.Image) error {
return err
}
cacheDir := filepath.Join(config.GetAbsCachePath(), layout.ImagesDir)
location := filepath.Join(cacheDir, digest.Hex)
location := filepath.Join(cacheDir, digest.String())
info, err := os.Stat(location)
if err != nil {
return err
Expand Down

0 comments on commit 08096fa

Please sign in to comment.