From 9c50bf60bf5f23812c5ab04ec910da8a356bcb1b Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Tue, 22 Aug 2023 16:13:22 +0800 Subject: [PATCH] correct applications -> apps (#4414) Co-authored-by: Damian Nolan --- go.work.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.work.example b/go.work.example index e09d8e1fcd1..ba6153f3524 100644 --- a/go.work.example +++ b/go.work.example @@ -3,6 +3,6 @@ go 1.20 use ( ./ ./modules/capability - ./modules/applications/callbacks + ./modules/apps/callbacks ./e2e )