Merge pull request 'test' (#10) from test into stable

Reviewed-on: #10
This commit is contained in:
pcaseiro 2023-06-22 12:12:23 +02:00
commit 4fbe432ebf
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