Skip to content

Commit 1b35c40

Browse files
chawyehsuniheaven
authored andcommitted
fix(scoop-cache): Fix regression in 36026f1 (#5944)
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
1 parent 7f56bb8 commit 1b35c40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Features
44

55
- **scoop-search:** Use SQLite for caching apps to speed up local search ([#5851](https://github.com/ScoopInstaller/Scoop/issues/5851), [#5918](https://github.com/ScoopInstaller/Scoop/issues/5918))
6-
- **core:** New cache filename format ([#5929](https://github.com/ScoopInstaller/Scoop/issues/5929)
6+
- **core:** New cache filename format ([#5929](https://github.com/ScoopInstaller/Scoop/issues/5929), [#5944](https://github.com/ScoopInstaller/Scoop/issues/5944))
77

88
### Bug Fixes
99

libexec/scoop-cache.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function cacheremove($app) {
4848

4949
$files | ForEach-Object {
5050
$curr = cacheinfo $_
51-
Write-Host "Removing $($curr.URL)..."
51+
Write-Host "Removing $($_.Name)..."
5252
Remove-Item $_.FullName
5353
if(Test-Path "$cachedir\$($curr.Name).txt") {
5454
Remove-Item "$cachedir\$($curr.Name).txt"

0 commit comments

Comments
 (0)