diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/push | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set -e -ACPREP=./acprep --enable-cache --universal -j16 --warn opt +ACPREP="./acprep --universal -j16 --warn opt" (cd plan/data; git push) (cd plan; git commit -a -m "Update TODO files" && git push) |