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 0724f9d..a786635 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -17,7 +17,7 @@ use Time::Progress;
my $base = getcwd();
my $rel_paths = 1;
my $read_size = (2 ** 20) * 4; # 4 MiB
-my $db_file = "$base/hashl.db";
+my $db_file = "$base/.hashl.db";
my $total = 0;
my $cur = 0;
my $timer;