Fix typo
This commit is contained in:
parent
badf87c8ab
commit
41421c656d
2
Setup.sh
2
Setup.sh
|
@ -113,7 +113,7 @@ else
|
||||||
fi
|
fi
|
||||||
pushd ..
|
pushd ..
|
||||||
pushd UnrealEngine5_carla
|
pushd UnrealEngine5_carla
|
||||||
echo Cehcking if UnreaEngine5 is in the last commit...
|
echo Checking if UnreaEngine5 is in the last commit...
|
||||||
git fetch
|
git fetch
|
||||||
if [[ $(git status) =~ "up to date" ]]; then
|
if [[ $(git status) =~ "up to date" ]]; then
|
||||||
echo UnreaEngine5 is already in the last commit - OK
|
echo UnreaEngine5 is already in the last commit - OK
|
||||||
|
|
Loading…
Reference in New Issue