Cask-Cookbook: fix caskroom_path description

From `cask.rb`:
```
    def caskroom_path
      @caskroom_path ||= Caskroom.path.join(token)
    end
```
This commit is contained in:
Adrian Ho 2022-03-01 12:53:53 +08:00
parent 77d51885e5
commit b85008a487

View File

@ -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/<token>` (only available with block form)
| `staged_path` | the staged location for this Cask, including version number: `/usr/local/Caskroom/<token>/<version>` (only available with block form)
Example: