From b85008a487d5c4fb818d88d32fdfee062ac43434 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Tue, 1 Mar 2022 12:53:53 +0800 Subject: [PATCH] Cask-Cookbook: fix `caskroom_path` description From `cask.rb`: ``` def caskroom_path @caskroom_path ||= Caskroom.path.join(token) end ``` --- docs/Cask-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cask-Cookbook.md b/docs/Cask-Cookbook.md index 5bc7bf99ff..4c0d65ac2d 100644 --- a/docs/Cask-Cookbook.md +++ b/docs/Cask-Cookbook.md @@ -361,7 +361,7 @@ When `caveats` is a string, it is evaluated at compile time. The following metho | `token` | the Cask token | `version` | the Cask version | `homepage` | the Cask homepage -| `caskroom_path` | the containing directory for all staged Casks, typically `/usr/local/Caskroom` (only available with block form) +| `caskroom_path` | the containing directory for this Cask, typically `/usr/local/Caskroom/` (only available with block form) | `staged_path` | the staged location for this Cask, including version number: `/usr/local/Caskroom//` (only available with block form) Example: