Skip to content

Commit

Permalink
Merge pull request #9516 from caskroom/fix-caveats
Browse files Browse the repository at this point in the history
core: _actually_ fix caveats
  • Loading branch information
phinze committed Feb 9, 2015
2 parents ca427ac + 4d1140a commit 1484091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hbc/caveats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ def version
end

def caskroom_path
@cask.class.caskroom.join(token)
@cask.caskroom_path
end

def staged_path
caskroom_path.join(@cask.version.to_s)
@cask.staged_path
end

# DSL. Each method should handle output, following the convention of
Expand Down

0 comments on commit 1484091

Please sign in to comment.