From b500d5f4490efd0fb64ac95db8b76c03c33af421 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Tue, 27 Oct 2015 14:07:45 +0900 Subject: [PATCH] config hell --- src/machi.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machi.app.src b/src/machi.app.src index 6498cf5..c26154f 100644 --- a/src/machi.app.src +++ b/src/machi.app.src @@ -5,6 +5,6 @@ {mod,{machi_app,[]}}, {registered, []}, {env, [ - %% Don't use this env for defaults, or I'll give some poopies + %% Don't use this static env for defaults, or we will fall into config hell. ]} ]}.