From 0e16682b0f37aefcbd79510c7d0dfff4f53db710 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 22 Jun 2023 12:10:46 +0200 Subject: [PATCH] fix(iniapp): using default stable branch --- init-app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-app b/init-app index 6cf7095..75dfd83 100755 --- a/init-app +++ b/init-app @@ -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