diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cloc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cloc.rb b/Library/Formula/cloc.rb index b53e024ff..6479ffbd5 100644 --- a/Library/Formula/cloc.rb +++ b/Library/Formula/cloc.rb @@ -6,6 +6,6 @@ class Cloc < ScriptFileFormula sha1 'bf2b4478343da50d0eea83ad0ed3f126ff210d39' def install - bin.install 'cloc-1.58.pl' => 'cloc' + bin.install "cloc-#{version}.pl" => "cloc" end end |
