From 8b12cdc391d6cfedf45b780e37263711aa448a87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 02:49:12 +0200 Subject: Fix hashl ignore --- bin/hashl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/hashl b/bin/hashl index 60c383e..89c0219 100755 --- a/bin/hashl +++ b/bin/hashl @@ -178,7 +178,7 @@ sub db_update { sub db_ignore { my ($file, $path) = @_; - $hashl->ignore($path); + $hashl->ignore($file, $path); } sub db_copy { -- cgit v1.2.3