Skip to content

Commit 972399d

Browse files
committed
allow ':' in docker images output
1 parent c7e0a1c commit 972399d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/scala/io/viash/TestHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ object TestHelper {
9999
)
100100

101101
println(out)
102-
val regex = s"$name\\s*$tag".r
102+
val regex = s"$name(\\s*:?)$tag".r
103103

104104
regex.findFirstIn(out.output).isDefined
105105
}

0 commit comments

Comments
 (0)