Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] scoop cache rm <app> does not output the name of cache file. #5941

Closed
qwertyhjklxyz opened this issue May 6, 2024 · 1 comment
Closed
Labels

Comments

@qwertyhjklxyz
Copy link
Contributor

Bug Report

Current Behavior

On develop branch:

$ scoop cache rm git
Removing ...
Deleted: 1 file, 59.8 MB

Expected Behavior

$ scoop cache rm git
Removing git@2.45.0...
Deleted: 1 file, 59.8 MB

Additional context/output

It's caused by #5929.

Possible Solution

Write-Host "Removing $($curr.URL)..."

replace URL with name@version or name--version.

System details

Windows version: 11

OS architecture: 64

PowerShell version: 7.4.2

Scoop Configuration

{
  "scoop_branch": "develop",
  "cat_style": "plain",
  "use_isolated_path": true,
  "use_sqlite_cache": true,
  "scoop_repo": "https://github.com/ScoopInstaller/Scoop"
}
@chawyehsu
Copy link
Member

#5944

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants