Skip to content

Commit 0f2df60

Browse files
authored
Merge pull request #2 from kushaldas/master
2 parents 159d24a + 66f1208 commit 0f2df60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def build_one(checkout, target, isdev, quick):
125125

126126
def build_devguide():
127127
logging.info("Building devguide")
128-
shell_out("hg pull -u -R %s" % (DEVGUIDE_CHECKOUT,))
128+
shell_out("git -C %s pull" % (DEVGUIDE_CHECKOUT,))
129129
shell_out("%s %s %s" % (SPHINXBUILD, DEVGUIDE_CHECKOUT, DEVGUIDE_TARGET))
130130
shell_out("chmod -R o+r %s" % (DEVGUIDE_TARGET,))
131131
# TODO Do Fastly invalidation.

0 commit comments

Comments
 (0)