Files
erlang-stats_hero/PATCH02-remove-version-check-with-git.patch

12 lines
387 B
Diff

--- src/stats_hero.app.src 2013-04-22 17:00:24.034061753 +0200
+++ src/stats_hero.app.src.patched 2013-04-25 10:37:23.535323469 +0200
@@ -18,7 +18,7 @@
{application, stats_hero,
[
{description, "Metrics and logging helper app for Opscode Erlang projects"},
- {vsn, git},
+ {vsn, ""},
{registered, [stats_hero_monitor, stats_hero_worker_sup]},
{applications, [
kernel,