Fix typo
This commit is contained in:
parent
badf87c8ab
commit
41421c656d
2
Setup.sh
2
Setup.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue