Skip to content

Commit d31a661

Browse files
committed
fix: change Md5File name
1 parent ef30268 commit d31a661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ReviewNumberResult = 250
4141
# ===Don't Edit it if you do NOT know what you are doing=== #
4242
4343
AbnormalLog = "error.log"
44-
Md5File = "checker.hash"
44+
Md5File = "checker.hash.csv"
4545
Debug = false`
4646

4747
// configCmd represents the config command

0 commit comments

Comments
 (0)