Skip to content

Commit 6cd403d

Browse files
Switch default branch to develop
1 parent 9c0bf63 commit 6cd403d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

php-config/Git.config.d/laddr.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
Git::$repositories['laddr'] = [
44
'remote' => 'https://github.com/CfABrigadePhiladelphia/laddr.git',
5-
'originBranch' => 'releases/v2',
6-
'workingBranch' => 'releases/v2',
7-
'localOnly' => true,
5+
'originBranch' => 'develop',
6+
'workingBranch' => 'develop',
87
'trees' => [
98
'event-handlers',
109
'html-templates' => [
@@ -66,4 +65,4 @@
6665
]
6766
]
6867
]
69-
];
68+
];

0 commit comments

Comments
 (0)