aboutsummaryrefslogtreecommitdiff
path: root/stage2/PublishBuild.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage2/PublishBuild.scala')
-rw-r--r--stage2/PublishBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/PublishBuild.scala b/stage2/PublishBuild.scala
index ea6fa0d..34c1d4f 100644
--- a/stage2/PublishBuild.scala
+++ b/stage2/PublishBuild.scala
@@ -43,7 +43,7 @@ abstract class PublishBuild(context: Context) extends PackageBuild(context){
protected def sonatypeCredentials = {
// FIXME: this should probably not use cbtHome, but some reference to the system's host cbt
- new String(readAllBytes((context.cbtHome ++ "/sonatype.login").toPath)).trim
+ new String(readAllBytes((context.cbtRootHome ++ "/sonatype.login").toPath)).trim
}
def publishSnapshot: Unit = {