Cask-Cookbook: fix caskroom_path description
				
					
				
			From `cask.rb`:
```
    def caskroom_path
      @caskroom_path ||= Caskroom.path.join(token)
    end
```
			
			
This commit is contained in:
		
							parent
							
								
									77d51885e5
								
							
						
					
					
						commit
						b85008a487
					
				@ -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:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user