Skip to content

Commit 8aa459b

Browse files
committed
Fix spin new laravel to go to the correct repo 🤪
1 parent dd05687 commit 8aa459b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ download_spin_template_repository() {
275275
case "$template" in
276276
laravel)
277277
template_type=official
278-
TEMPLATE_REPOSITORY="serversideup/spin-template-laravel-pro"
278+
TEMPLATE_REPOSITORY="serversideup/spin-template-laravel-basic"
279279
branch="${branch:-"main"}"
280280
;;
281281
laravel-pro)

0 commit comments

Comments
 (0)