Skip to content

Commit ff547ea

Browse files
committed
escape backslash in it agent config
1 parent 028d0bb commit ff547ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it/server/src/test/resources/agent.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concord-agent {
2727
# external auth tokens. URI scheme is ignored. Requires externalTokenLookup
2828
# permission for the client user.
2929
# e.g. "github.com/my-org/" or "github.com/(orgA|orgB))/"
30-
urlPattern = "github(\d+).local/.*"
30+
urlPattern = "github(\\d+).local/.*"
3131
}
3232

3333
}

0 commit comments

Comments
 (0)