You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scoop is installed with 'bin/install.ps1' ('~/scoop/apps/scoop/current/.git' doesn't exist), if I run 'scoop update' and use 'Ctrl + C' to interrupt it, '~/scoop/apps/scoop/current' will be removed silently.
Solution
There is a bug in 'libexec/scoop-update.ps1', when '$currentdir/.git' doesn't exist and 'git clone' fails, the currentdir will always be removed. I fixed it in my pull request.
The text was updated successfully, but these errors were encountered:
Description
Scoop is installed with 'bin/install.ps1' ('~/scoop/apps/scoop/current/.git' doesn't exist), if I run 'scoop update' and use 'Ctrl + C' to interrupt it, '~/scoop/apps/scoop/current' will be removed silently.
Solution
There is a bug in 'libexec/scoop-update.ps1', when '$currentdir/.git' doesn't exist and 'git clone' fails, the currentdir will always be removed. I fixed it in my pull request.
The text was updated successfully, but these errors were encountered: