diff options
-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 dd72fed..55081a5 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()], |