Skip to content

Commit 9e265ee

Browse files
authored
Switch back to old update method
...while we sort out the broken pipe thing...
1 parent f06487f commit 9e265ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update-and-sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030

3131
# if the htmlify fails, sync the build log.
3232
# since sync-build-log returns false, not the whole thing is synced
33-
time (make init-highlights && make html-highlights) || ./util/sync-build-log
33+
time make html || ./util/sync-build-log
3434
./util/sync
3535
fi
3636

0 commit comments

Comments
 (0)