Merge pull request #2051 from sbt/wip/0.13.9-M1

0.13.9-M1
This commit is contained in:
eugene yokota 2015-06-13 07:58:22 -04:00
commit c86785f029
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ object CustomPomParser {
Option(extraInfo).isDefined &&
((Option(extraInfo get TransformedHashKey) orElse Option(extraInfo get oldTransformedHashKey)) match {
case Some(MyHash) => true
case _ => false
case _ => false
})
}