diff options
Diffstat (limited to 'bin/hashl')
-rwxr-xr-x | bin/hashl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ sub db_update { sub db_ignore { my ($file, $path) = @_; - $hashl->ignore($path); + $hashl->ignore($file, $path); } sub db_copy { |