Merge pull request #12632 from neutric/patch-1

docs/Common-Issues.md: fix variable notation
This commit is contained in:
Mike McQuaid 2021-12-27 15:48:05 +00:00 committed by GitHub
commit d1769ba5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ If, however, you do not have a `.curlrc` or removing it did not work, lets se
The cask is outdated. Lets fix it: The cask is outdated. Lets fix it:
1. Look around the apps website and find out what the latest version is. It will likely be expressed in the URL used to download it. 1. Look around the apps website and find out what the latest version is. It will likely be expressed in the URL used to download it.
2. Take a look at the casks version (`brew cat {{cask_name}}`) and verify it is indeed outdated. If the apps version is `:latest`, it means the `url` itself is outdated. It will need to be changed to the new one. 2. Take a look at the casks version (`brew cat <cask_name>`) and verify it is indeed outdated. If the apps version is `:latest`, it means the `url` itself is outdated. It will need to be changed to the new one.
Help us by [submitting a fix](https://github.com/Homebrew/homebrew-cask/blob/HEAD/CONTRIBUTING.md#updating-a-cask). If you get stumped, [open an issue](https://github.com/Homebrew/homebrew-cask/issues/new?template=01_bug_report.md) explaining your steps so far and where youre having trouble. Help us by [submitting a fix](https://github.com/Homebrew/homebrew-cask/blob/HEAD/CONTRIBUTING.md#updating-a-cask). If you get stumped, [open an issue](https://github.com/Homebrew/homebrew-cask/issues/new?template=01_bug_report.md) explaining your steps so far and where youre having trouble.