From 8a585cb81bd4073f13ac74efab4ad90686a44424 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Tue, 2 Jul 2019 20:17:43 -0400 Subject: [PATCH] fix: use canonical repo URL in holosource --- .holo/sources/laddr.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.holo/sources/laddr.toml b/.holo/sources/laddr.toml index 2991c0d7..15f9e6fe 100644 --- a/.holo/sources/laddr.toml +++ b/.holo/sources/laddr.toml @@ -1,7 +1,6 @@ [holosource] -url = "../laddr" +url = "https://github.com/CodeForPhilly/laddr" ref = "refs/heads/develop" [holosource.project] -holobranch = "emergence-site" -lens = false +holobranch = "emergence-skeleton"