Compare commits

..

No commits in common. "4fbe432ebf313837e04769c9471588fade6d023b" and "a0fe89e31078e63de3db7bb6a2e98641bf53de12" 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