Skip to content

Commit

Permalink
cloc: remove hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 30, 2013
1 parent a550151 commit 5a05dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cloc.rb
Expand Up @@ -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

0 comments on commit 5a05dc9

Please sign in to comment.