summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-18 02:49:12 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-18 02:49:12 +0200
commit8b12cdc391d6cfedf45b780e37263711aa448a87 (patch)
tree1fcc79355f348b29dccfd9a68c413f6d5fd8319e /bin
parentc2d52326cf091a82635f1332c6133558d92f9463 (diff)
Fix hashl ignore
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hashl2
1 files changed, 1 insertions, 1 deletions
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 {