This commit is contained in:
xavisolesoft 2024-05-23 18:05:54 +01:00 committed by Blyron
parent badf87c8ab
commit 41421c656d
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ else
fi
pushd ..
pushd UnrealEngine5_carla
echo Cehcking if UnreaEngine5 is in the last commit...
echo Checking if UnreaEngine5 is in the last commit...
git fetch
if [[ $(git status) =~ "up to date" ]]; then
echo UnreaEngine5 is already in the last commit - OK