Skip to content

Commit

Permalink
fix: update default branch to 'main' in template configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jul 31, 2024
1 parent db80b74 commit 2dac729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pylon-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const templates: {
name: 'Default',
description: 'Default template',
url: 'https://github.com/getcronit/pylon-template.git',
branch: 'beta'
branch: 'main'
},
{
name: 'Database (Prisma)',
Expand Down

0 comments on commit 2dac729

Please sign in to comment.