From 07e9c633c94c8c32087b8dde5c6611a32fba6108 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 16 Oct 2014 15:18:48 +1000 Subject: [PATCH] Fix typo in directory name and comment. --- job/pr-scala-collections-laws | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/job/pr-scala-collections-laws b/job/pr-scala-collections-laws index 1926859..ac47b61 100755 --- a/job/pr-scala-collections-laws +++ b/job/pr-scala-collections-laws @@ -14,7 +14,7 @@ parse_properties versions.properties main -LAWSDIR="$BASEDIR/scala-collection-laws/" +LAWSDIR="$BASEDIR/scala-collections-laws/" LAWSURL="https://github.com/Ichoran/scala-collections-laws.git" cd $BASEDIR @@ -43,7 +43,7 @@ fi preparesbt ##################################################### -# Build and test scala-collection-laws +# Build and test scala-collections-laws ##################################################### curl -o $BASEDIR/sbt-launch.jar -s http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.6/sbt-launch.jar