Преглед изворни кода

compilation script: fix typo

Felix Paul Kühne пре 11 година
родитељ
комит
79be922ba0
1 измењених фајлова са 1 додато и 1 уклоњено
  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