From 549aaf770fee20f0b0cf72c49b83b74781d9ada9 Mon Sep 17 00:00:00 2001 From: "Viacheslav V. Kovalev" Date: Wed, 20 May 2015 23:57:30 +0300 Subject: Properly initialize command parsed args in rebar state --- 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 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()], -- cgit v1.1