Skip to content

Commit 40447b4

Browse files
authored
fix(ci): Fix robustcheckout path in hgrc (#467)
1 parent cdee31d commit 40447b4

File tree

1 file changed

+1
-1
lines changed
  • src/taskgraph/run-task

1 file changed

+1
-1
lines changed

src/taskgraph/run-task/hgrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assume-tty = true
1010
[extensions]
1111
share =
1212
sparse =
13-
robustcheckout = /opt/robustcheckout.py
13+
robustcheckout = /usr/local/mercurial/robustcheckout.py
1414

1515
[hostsecurity]
1616
# When running a modern Python, Mercurial will default to TLS 1.1+.

0 commit comments

Comments
 (0)