Move header update script to tools folder
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2022-03-04 15:52:18 -05:00
parent 883ac051ed
commit efbb6d6878
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: