aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rlx_util.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_util.erl b/src/rlx_util.erl
index 7920379..c4251d4 100644
--- a/src/rlx_util.erl
+++ b/src/rlx_util.erl
@@ -314,7 +314,7 @@ intensity() ->
end,
application:set_env(relx, color_intensity, R),
R;
- Mode ->
+ {ok, Mode} ->
Mode
end.