Skip to content

Commit

Permalink
clearing formatting
Browse files Browse the repository at this point in the history
Signed-off-by: SudhanshuBawane <[email protected]>
  • Loading branch information
SudhanshuBawane committed Jan 25, 2024
1 parent 6a210ca commit 926185c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/boltdb_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (b *boltDBAssetManager) expandWithDuration(tmpFile *os.File, asset *corev2.
fullPath := filepath.Join(CacheDir, assetSHA)

if err := CleanUp(fullPath); err != nil { //fix for git issue 5009
logger.Println("error cleaning up the SHA dir: %s", err)
logger.Printf("error cleaning up the SHA dir: %s", err)
}

assetPath = filepath.Join(b.localStorage, asset.Sha512)
Expand Down

0 comments on commit 926185c

Please sign in to comment.