From 82ce2b86c6a123f847655f2c9037cc8ebc6b592d Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Fri, 7 May 2021 21:42:19 +0900 Subject: [PATCH] change link of depends_on macos (#105309) --- doc/reporting_bugs/wrong_number_of_arguments_error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reporting_bugs/wrong_number_of_arguments_error.md b/doc/reporting_bugs/wrong_number_of_arguments_error.md index e9467e67ec..7d05dcbff2 100644 --- a/doc/reporting_bugs/wrong_number_of_arguments_error.md +++ b/doc/reporting_bugs/wrong_number_of_arguments_error.md @@ -1,3 +1,3 @@ -Make sure the issue really lies with your macOS version. To do so, try to install the software manually. If it is incompatible with your macOS version, it will tell you. In that case, there is nothing we can do to help you install the software, but we can add a [`depends_on macos:`](https://docs.brew.sh/Cask-Cookbook.md#depends_on-macos) stanza to prevent the cask from trying to install on incompatible macOS versions. +Make sure the issue really lies with your macOS version. To do so, try to install the software manually. If it is incompatible with your macOS version, it will tell you. In that case, there is nothing we can do to help you install the software, but we can add a [`depends_on macos:`](https://docs.brew.sh/Cask-Cookbook#depends_on-macos) stanza to prevent the cask from trying to install on incompatible macOS versions. 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.