aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
Diffstat (limited to 'ulri')
-rwxr-xr-xulri4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulri b/ulri
index 27bdf35..89e281c 100755
--- a/ulri
+++ b/ulri
@@ -277,12 +277,12 @@ sub done_func {
}
-check_upload_tree(\%run, $todo, \&todo_func, \&todo_post);
+check_upload_tree($todo, \&todo_func, \&todo_post);
# getting already compiled packages
# The cache should not be needed if the .done file are removed as the same
# time as the src.rpm in the todo tree
-check_upload_tree(\%run, $done, \&done_func,);
+check_upload_tree($done, \&done_func,);
#