mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Fix the repo directory.
This commit is contained in:
parent
3d6f0e4efb
commit
56ab44599e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue