From 07e813a3b3e05121e4d17b9bbb77ed7db5d3d907 Mon Sep 17 00:00:00 2001 From: neutric <5984479+neutric@users.noreply.github.com> Date: Mon, 27 Dec 2021 03:06:37 +0100 Subject: [PATCH] docs/Common-Issues.md: fix variable notation --- docs/Common-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md index d5b6a50347..6b61a7a7e0 100644 --- a/docs/Common-Issues.md +++ b/docs/Common-Issues.md @@ -127,7 +127,7 @@ If, however, you do not have a `.curlrc` or removing it did not work, let’s se The cask is outdated. Let’s fix it: 1. Look around the app’s 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 cask’s version (`brew cat {{cask_name}}`) and verify it is indeed outdated. If the app’s 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 cask’s version (`brew cat `) and verify it is indeed outdated. If the app’s 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 you’re having trouble.