Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
fixing redgrid monitor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Jun 14, 2013
1 parent d0d45f0 commit 81b9d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public.rebar.config
Expand Up @@ -4,7 +4,7 @@
[{redis, "", {git, "git://github.com/JacobVorreuter/redis_pool.git", "master"}}
,{mochiweb, "", {git, "git://github.com/mochi/mochiweb.git", "master"}}
,{pagerduty, "", {git, "git://github.com/JacobVorreuter/pagerduty.git", "master"}}
,{redgrid, "", {git, "git://github.com/JacobVorreuter/redgrid.git", "stable"}}
,{redgrid, "", {git, "git://github.com/JacobVorreuter/redgrid.git", {tag, "v1.0.1"}}}
,{redo, "^1.1", {git, "git://github.com/JacobVorreuter/redo.git", "7c7eaef4cd65271e2fc4ea88587e848407cf0762"}}
,{nsync, "", {git, "git://github.com/JacobVorreuter/nsync.git", "cb76900cd7443b845f9ea38c7712f603debfc844"}}
,{cowboy, "", {git, "git://github.com/heroku/cowboy.git", "client_improvements"}}
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -4,7 +4,7 @@
[{redis, "", {git, "git@git.herokai.com:erlang_redis_pool.git", "master"}}
,{mochiweb, "", {git, "git@git.herokai.com:mochiweb.git", "master"}}
,{pagerduty, "", {git, "git@git.herokai.com:erlang_pagerduty.git", "master"}}
,{redgrid, "", {git, "git@git.herokai.com:redgrid.git", "redis_timeout_fix"}}
,{redgrid, "", {git, "git@git.herokai.com:redgrid.git", {tag, "v1.0.1"}}}
,{redo, "^1.1", {git, "git@git.herokai.com:redo.git", "7c7eaef4cd65271e2fc4ea88587e848407cf0762"}}
,{nsync, "", {git, "git@git.herokai.com:nsync.git", "cb76900cd7443b845f9ea38c7712f603debfc844"}}
,{cowboy, "", {git, "git@git.herokai.com:cowboy.git", "client_improvements"}}
Expand Down

0 comments on commit 81b9d6f

Please sign in to comment.