-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/untap: fix untapping syntax failure.
If an installed cask is invalid on attempting an untap: it will prevent untapping that cask. Fix this in two ways: one more specific to `untap` and one more generally to other commands too: - specific: only read the actual formulae/casks from the tap we're untapping instead of all of those that are installed - general: rescue more exceptions in `Cask::Caskroom.casks` (like we already do for `Formula.installed`
- Loading branch information
1 parent
cd8a9c0
commit 9811606
Showing
3 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters