From 7c13ced38527b0fd0d1a4f440d8b26fd2b5875d6 Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Fri, 23 Aug 2024 11:38:56 +0100 Subject: [PATCH] consistency check --- org-cyf-launch/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-cyf-launch/go.mod b/org-cyf-launch/go.mod index 5f7407c23..4a623ba6d 100644 --- a/org-cyf-launch/go.mod +++ b/org-cyf-launch/go.mod @@ -16,3 +16,5 @@ replace github.com/CodeYourFuture/curriculum/common-content => ../common-content replace github.com/CodeYourFuture/curriculum/org-cyf-theme => ../org-cyf-theme replace github.com/CodeYourFuture/curriculum/common-theme => ../common-theme + +replace github.com/CodeYourFuture/curriculum/org-cyf-guides => ../org-cyf-guides