Corrected typo

This commit is contained in:
Netkas 2021-01-14 13:54:17 -05:00
parent 3489c8f596
commit 06b8267ff7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ else
echo "### Checking Service Status ###"
if ! python3 scripts/warmup.py; then
echo "ERROR: Some services failed to start successfully duing the warmup process"
echo "ERROR: Some services failed to start successfully during the warmup process"
exit 1
fi