Move header update script to tools folder

This commit is contained in:
Timothy Warren 2022-03-04 15:52:18 -05:00
parent e4fe5bbfec
commit b1c4c8cb5e
3 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ test-update:
# Update the per-file header comments
update-headers:
php build/update_header_comments.php
php tools/update_header_comments.php
# Run unit tests and generate test-coverage report
coverage: