Skip to content

Commit b139677

Browse files
committed
s/suffix/prefix/
CI custom build logic is hard to test
1 parent ddbab96 commit b139677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands += Command.command("ci-windows") { s =>
2323
}
2424

2525
def scalafixVersion: String = sys.env.get("TRAVIS_TAG") match {
26-
case Some(v) if v.nonEmpty => v.stripSuffix("v")
26+
case Some(v) if v.nonEmpty => v.stripPrefix("v")
2727
case _ => "0.6.0-M14"
2828
}
2929

0 commit comments

Comments
 (0)