Skip to content

Commit 05752dd

Browse files
refactor: modernize holo config
1 parent 8a585cb commit 05752dd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holomapping]
22
files = "*/**"
3-
after = [ "laddr" ]
3+
after = "*"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[holomapping]
22
files = "*/**"
3+
before = "*"

.holo/sources/laddr.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[holosource]
22
url = "https://github.com/CodeForPhilly/laddr"
3-
ref = "refs/heads/develop"
4-
5-
[holosource.project]
6-
holobranch = "emergence-skeleton"
3+
ref = "refs/heads/emergence/skeleton/v3"

0 commit comments

Comments
 (0)