This shouldn't be hard coded.

This commit is contained in:
Pentarctagon 2022-04-25 11:32:01 -05:00 committed by Pentarctagon
parent 9877ed74f0
commit 09ff1647b6

View file

@ -48,7 +48,7 @@ checkindent() {
EXIT_VAL=-1
# remove temp dockerfile so it doesn't get picked up by `git status`
rm utils/dockerbuilds/CI/Dockerfile-CI-2004-master
rm utils/dockerbuilds/CI/Dockerfile-CI-${IMAGE}-master
if [ "$NLS" == "only" ]; then
export LANGUAGE=en_US.UTF-8