From 35ec6d9936b8ba7a016fd2715088dd736ab72d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 23 Dec 2020 15:39:17 +0000 Subject: [PATCH] CONTRIBUTING.md: deprecate cask-repair (#96725) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2b01b95be..26204cdaf3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Notice an application that's out-of-date in Homebrew Cask? In most cases, it's v brew bump-cask-pr --version ``` -If you want more control over the PR or are looking for our old tool, install [`cask-repair`](https://github.com/vitorgalvao/tiny-scripts/blob/master/cask-repair) (`brew install vitorgalvao/tiny-scripts/cask-repair`). You can also follow the steps in [Adding a Cask](doc/development/adding_a_cask.md) for more complicated changes. +You can also follow the steps in [Adding a Cask](doc/development/adding_a_cask.md) for more complicated changes. ## Getting Set Up To Contribute