From 3a1610622d12995fed27a1b6f8d9d0cb358bde22 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 14 Jan 2016 15:03:55 +0100 Subject: [PATCH] btrbk: bugfix --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 6882c3e..171f4a7 100755 --- a/btrbk +++ b/btrbk @@ -3162,7 +3162,7 @@ MAIN: push(@schedule, { value => $child, btrbk_date => $filename_info->{btrbk_date}, preserve => $child->{FORCE_PRESERVE}, - }), + }); } }