Merge pull request #13603 from jjwatt/jjwatt-fix-clean-languages

This commit is contained in:
Hao Liu 2023-03-29 22:49:13 -04:00 committed by GitHub
commit d33573b29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ clean-schema:
clean-languages:
rm -f $(I18N_FLAG_FILE)
find ./awx/locale/ -type f -regex ".*\.mo$" -delete
find ./awx/locale/ -type f -regex '.*\.mo$$' -delete
## Remove temporary build files, compiled Python files.
clean: clean-ui clean-api clean-awxkit clean-dist