summaryrefslogtreecommitdiff
path: root/bin/hashl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hashl')
-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 {