url change

This commit is contained in:
Moe Fwacky
2019-01-17 23:19:46 -08:00
committed by GitHub
parent e15213c24b
commit bda5e2efa6

View File

@@ -20,11 +20,11 @@ if [ $# -gt 1 ]; then
exit 9999
elif [ "$1" == "develop" ]; then
echo "Downloading the develop branch"
SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/mutto233/pseudo-channel . --branch develop'
SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/FakeTV/pseudo-channel . --branch develop'
else
echo "Downloading the master branch"
SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/mutto233/pseudo-channel . --branch master'
SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/FakeTV/pseudo-channel . --branch master'
fi
OUTPUT_PREV_CHANNEL_PATH=.