Skip to content

Commit

Permalink
Merge pull request #19 from etrepum/folsom-stop
Browse files Browse the repository at this point in the history
fix typo in folsom:stop/1
  • Loading branch information
joewilliams committed May 1, 2012
2 parents c42bd7a + d2cf462 commit f130f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/folsom.erl
Expand Up @@ -55,5 +55,5 @@ start(_Type, _Args) ->
{meter_reader, fun folsom_metrics:new_meter_reader/1}]),
{ok, Pid}.

stop(?APP) ->
stop(_State) ->
ok.

0 comments on commit f130f73

Please sign in to comment.