1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

GH-336: Typo.

Fixes https://github.com/cbeust/kobalt/issues/336
This commit is contained in:
Cedric Beust 2017-04-06 14:12:14 -07:00
parent b3fd191111
commit 9049ed8048

View file

@ -25,7 +25,7 @@ class KobaltSettingsXml {
@XmlElement(name = "localMavenRepo") @JvmField
var localMavenRepo: String = homeDir(KFiles.KOBALT_DOT_DIR, "localMavenRepo")
@XmlElement(name = "defaulRepos") @JvmField
@XmlElement(name = "defaultRepos") @JvmField
var defaultRepos: DefaultReposXml? = null
@XmlElement(name = "proxies") @JvmField