diff options
Diffstat (limited to 'src/rebar_state.erl')
-rw-r--r-- | src/rebar_state.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_state.erl b/src/rebar_state.erl index c4cb94d..cd127c0 100644 --- a/src/rebar_state.erl +++ b/src/rebar_state.erl @@ -41,7 +41,7 @@ lock = [], current_profiles = [default] :: [atom()], - namespace = undefined :: [atom()], + namespace = undefined :: atom(), command_args = [], command_parsed_args = [], |