Skip to content

Commit 8a792fe

Browse files
authored
Merge pull request #9 from LeoLiuYan/fix/remove_outputfile_suffix
2 parents a49ba1d + 9c86116 commit 8a792fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-picker/src/main/kotlin/cc/unitmesh/pick/option/InsPickerOption.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ data class InsPickerOption(
114114
return baseDir + File.separator + repoFileName() + ".jsonl"
115115
}
116116

117-
fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}.jsonl"
117+
fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}"
118118

119119
/**
120120
* Encodes a given string to be used as a file name by replacing characters that are not allowed in file names.

0 commit comments

Comments
 (0)