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

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