Kaynağa Gözat

compilation script: fix typo

Felix Paul Kühne 11 yıl önce
ebeveyn
işleme
79be922ba0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -243,7 +243,7 @@ fi
 if ! [ -e InAppSettingsKit ]; then
 git clone git://github.com/futuretap/InAppSettingsKit.git
 else
-cd WhiteRaccoon && git pull --rebase && cd ..
+cd InAppSettingsKit && git pull --rebase && cd ..
 fi
 fi