From e5a819f6e088036436d59ac3eb897713e1832fc8 Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Wed, 26 Apr 2017 17:24:47 +0800 Subject: [PATCH] Remove error format Change-Id: Ia9cdd6ec30919d16e28435e8f704358449fb1c15 Signed-off-by: Wang Jun --- depanneur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depanneur b/depanneur index 641cfdf..0758a54 100755 --- a/depanneur +++ b/depanneur @@ -2355,7 +2355,7 @@ if ($style eq 'git') { threads->create(sub { while (my $pack = $data_queue->dequeue()) { prepare_git($config, $pack->{"project_base_path"}, $pack->{"filename"}, - + $pack->{"packaging_dir"}, $pack->{"upstream_branch"}, $pack->{"upstream_tag"}, $packs_queue); + $pack->{"packaging_dir"}, $pack->{"upstream_branch"}, $pack->{"upstream_tag"}, $packs_queue); } }); } -- 2.34.1