diff --git a/unit-picker/src/main/kotlin/cc/unitmesh/pick/option/InsPickerOption.kt b/unit-picker/src/main/kotlin/cc/unitmesh/pick/option/InsPickerOption.kt index 93e5ef6..cf995b0 100644 --- a/unit-picker/src/main/kotlin/cc/unitmesh/pick/option/InsPickerOption.kt +++ b/unit-picker/src/main/kotlin/cc/unitmesh/pick/option/InsPickerOption.kt @@ -114,7 +114,7 @@ data class InsPickerOption( return baseDir + File.separator + repoFileName() + ".jsonl" } - fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}.jsonl" + fun repoFileName() = "${encodeFileName(url)}_${encodeFileName(branch)}_${language}" /** * Encodes a given string to be used as a file name by replacing characters that are not allowed in file names.