Fix default path

This commit is contained in:
Alexandre Archambault 2016-08-05 11:37:27 -04:00
parent b0a20eff81
commit da1dae49dd
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ case class Bootstrap(
if (options.downloadDir.isEmpty)
helper.baseDependencies.headOption match {
case Some(dep) =>
s"\\$$HOME/.coursier/bootstrap/${dep.module.organization}/${dep.module.name}"
s"$${user.home}/.coursier/bootstrap/${dep.module.organization}/${dep.module.name}"
case None =>
Console.err.println("Error: no dependencies specified.")
sys.exit(255)