Skip to content

Commit c4741fb

Browse files
committed
Undo incorrect or temp changes
1 parent 5189094 commit c4741fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ on_success:
3131

3232
on_failure:
3333
- ps: postCommitStatus "failure"
34-
- cmd: type target\windows\scala.wxs
3534

3635
cache:
3736
- C:\sbt

project/ScalaDist.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ object ScalaDist {
8484
private def scalaDistDep(v: String, config: String): ModuleID =
8585
"org.scala-lang" % "scala-dist" % v % s"${ScalaDistConfigName}; ${ScalaDistConfigName}->${config}"
8686

87-
// map module to the corresponding file mappings (unzipping scala-the / dist process)
87+
// map module to the corresponding file mappings (unzipping scala-dist in the process)
8888
private def universalMappings(id: ModuleID, artifact: Artifact, file: File): Seq[(File, String)] = id.name match {
8989
// scala-dist: explode (drop META-INF/)
9090
case "scala-dist" =>

0 commit comments

Comments
 (0)