Fixes typo

This commit is contained in:
Sotr
2020-04-13 21:45:17 +07:00
parent df40958a45
commit 1a234f3daf
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ function applyPatch {
$gitcmd branch -f upstream "$branch" &> /dev/null && $gitcmd checkout upstream &> /dev/null
if [[ $needimport == "0" ]]; then
if [ $baseproject != "${FORK_NAME}-Server" ]; then
if [ $baseproject != "${FORK_NAME}-API" ]; then
echo " $(bashcolor 1 32)($5/$6)$(bashcolorend) - Import new introduced NMS files.."
basedir && $scriptdir/importSources.sh $basedir 1 || exit 1
fi