Skip to content

Commit

Permalink
Last fix and we should have metrics now
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Feb 27, 2009
1 parent 44651dd commit 57c546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -27,7 +27,7 @@ task :ci do
File.open("/var/www/integrity-metrics/index.html", "w") { |f|
f << "<ul>"
metrics.map { |m| m.split(":").first }.each { |m|
f << %Q(<li><a href="/metric_fu/#{m}">#{m}</a></li>)
f << %Q(<li><a href="/#{m}">#{m}</a></li>)
}
f << "</ul>"
}
Expand Down

0 comments on commit 57c546e

Please sign in to comment.