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

Fix the repo directory.

This commit is contained in:
Cedric Beust 2016-01-13 19:55:08 -08:00
parent 3d6f0e4efb
commit 56ab44599e

View file

@ -17,7 +17,7 @@ import javax.xml.bind.annotation.XmlRootElement
@XmlRootElement(name = "kobalt-settings")
class KobaltSettingsXml {
@XmlElement @JvmField
var localRepo: String = homeDir(KFiles.KOBALT_DIR, "repository")
var localRepo: String = homeDir(KFiles.KOBALT_DOT_DIR, "repository")
}
/**