Explorar o código

compilation script: fix typo

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
79be922ba0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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