fix relative path to CalcService

refs #2081
This commit is contained in:
Paul Hinze 2013-12-15 15:24:48 -06:00
parent e46b89c908
commit 8ca0686e2d
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ class CalcService < Cask
homepage 'http://www.devontechnologies.com/products/freeware.html#c1111'
version '3.4'
sha1 'ce6102a42b01929794e235cb9f42cbcb6c7e9077'
service 'CalcService.service'
service 'CalcService/CalcService.service'
end