Skip to content

Commit ad785f4

Browse files
authored
Update url according to branch change
1 parent 606311b commit ad785f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN set -eux; \
4444

4545
RUN useradd -m -s /bin/bash rtbot
4646

47-
RUN wget https://raw.githubusercontent.com/Automattic/vip-go-ci/master/tools-init.sh -O tools-init.sh && \
47+
RUN wget https://raw.githubusercontent.com/Automattic/vip-go-ci/main/tools-init.sh -O tools-init.sh && \
4848
bash tools-init.sh && \
4949
rm -f tools-init.sh
5050

0 commit comments

Comments
 (0)