Skip to content

Commit e4ac413

Browse files
committed
fix(hacks-init): escaping period mentioned by github bot
1 parent 8294a96 commit e4ac413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/experimental/contrib/arvo/hacks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ def x265_fix(dft: DockerfileModifier) -> None:
9797
"RUN git clone "
9898
"https://bitbucket.org/multicoreware/x265_git.git x265\n")
9999
dft.replace(
100-
r'RUN\shg\sclone\s.*hg.videolan.org/x265\s*(x265)*', "RUN git clone "
100+
r'RUN\shg\sclone\s.*hg\.videolan\.org/x265\s*(x265)*', "RUN git clone "
101101
"https://bitbucket.org/multicoreware/x265_git.git x265\n")

0 commit comments

Comments
 (0)