aboutsummaryrefslogtreecommitdiff
path: root/pkg/database/database.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/database/database.go')
-rw-r--r--pkg/database/database.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/database/database.go b/pkg/database/database.go
index 9d14fa9..8aa658c 100644
--- a/pkg/database/database.go
+++ b/pkg/database/database.go
@@ -36,7 +36,7 @@ func Get(path string) int {
return 0
}
- return hit.Count
+ return hit.Count + 1
}
func Create(path string) {