mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
a3ad3e2f31
commit
23e161c2c2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class KobaltSettings @Inject constructor(val xmlFile: KobaltSettingsXml) {
|
||||||
val defaultRepos = xmlFile.defaultRepos?.repo
|
val defaultRepos = xmlFile.defaultRepos?.repo
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
val SETTINGS_FILE_PATH = homeDir(KFiles.KOBALT_DIR, "settings.xml")
|
val SETTINGS_FILE_PATH = homeDir(KFiles.HOME_KOBALT_DIR.absolutePath, "settings.xml")
|
||||||
|
|
||||||
fun readSettingsXml() : KobaltSettings {
|
fun readSettingsXml() : KobaltSettings {
|
||||||
val file = File(KobaltSettings.SETTINGS_FILE_PATH)
|
val file = File(KobaltSettings.SETTINGS_FILE_PATH)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue