Merge pull request 'fix(iniapp): using default stable branch' (#8) from fix/iniapp into dev

Reviewed-on: #8
This commit is contained in:
pcaseiro 2023-06-22 12:11:27 +02:00
commit 5eb1f4b610
1 changed files with 1 additions and 1 deletions

View File

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