diff --git a/src/rebar_state.erl b/src/rebar_state.erl index dd72fede..55081a5b 100644 --- a/src/rebar_state.erl +++ b/src/rebar_state.erl @@ -51,7 +51,7 @@ namespace = undefined :: atom(), command_args = [], - command_parsed_args = [], + command_parsed_args = {[], []}, project_apps = [] :: [rebar_app_info:t()], deps_to_build = [] :: [rebar_app_info:t()],