diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-03-30 19:11:38 -0700 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2018-04-04 09:42:03 -0700 |
commit | feb02b10efdc681f99c60c589d66a88885634b7d (patch) | |
tree | de9180373d18667161d1e5758b52c55f46eca8cb | |
parent | c07846c8ba240cd7f39cfe195931b7d74abd1c78 (diff) |
qf: remove non-existent argument
qf_setup expects only one argument and branch_init none.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
-rwxr-xr-x | qf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ function qf_setup baseline=$(git rev-parse $1) remote=$(git config branch.$branch.remote) - branch_init $2 + branch_init fi } |