From 49d977c2b815a2ce30056e8fd133060576ce575e Mon Sep 17 00:00:00 2001 From: Viacheslav Kovalev Date: Thu, 21 May 2015 15:16:49 +0300 Subject: Initialize namespace in rebar_state with default value. --- src/rebar_state.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_state.erl') diff --git a/src/rebar_state.erl b/src/rebar_state.erl index 55081a5..18d6be7 100644 --- a/src/rebar_state.erl +++ b/src/rebar_state.erl @@ -48,7 +48,7 @@ lock = [], current_profiles = [default] :: [atom()], - namespace = undefined :: atom(), + namespace = default :: atom(), command_args = [], command_parsed_args = {[], []}, -- cgit v1.1