1 Commits

Author SHA1 Message Date
0e16682b0f fix(iniapp): using default stable branch 2023-06-22 12:10:46 +02:00

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