Skip to content

Commit

Permalink
[om] bug fix on the ReferenceTarget pattern match
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Dec 13, 2024
1 parent 24d87ba commit d94e76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omreaderlib/src/T1OMReaderAPI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Path {
implicit val rw: ReadWriter[Instruction] = macroRW
def parse(str: String): Path =
str match {
case s"OMInstanceTarget:~${top}|${hier}>${local}" =>
case s"OMReferenceTarget:~${top}|${hier}>${local}" =>
Path(
top,
hier
Expand Down

0 comments on commit d94e76d

Please sign in to comment.