Compare commits

..

No commits in common. "5eb1f4b610d7958fcad4cabca5d19cb8f079febd" and "61c8b8d50bdcded5ca05afc1408d7700dfadc4d8" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ init_app() {
return 2
fi
git clone ${SKELL_GIT_URL} ${appDest}
git clone --branch "feat/automation" ${SKELL_GIT_URL} ${appDest}
cd ${appDest}
rm -rf .git