Compare commits

..

No commits in common. "80d03bf7e8ff9b330edc7cc23b6bd4273749dea8" and "6015496fa0190eb8d79d2d8fb4d4f55f4305fc0b" 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