From 75ef0e609fdcd055e616d8836622af8deff7813e Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 1 Feb 2020 11:27:29 -0500 Subject: [PATCH] fix manifest model paths --- .../src/main/resources/models/manifest-app-bubble-block.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bubble-server/src/main/resources/models/manifest-app-bubble-block.json b/bubble-server/src/main/resources/models/manifest-app-bubble-block.json index 0659c361..c3f51280 100644 --- a/bubble-server/src/main/resources/models/manifest-app-bubble-block.json +++ b/bubble-server/src/main/resources/models/manifest-app-bubble-block.json @@ -1,4 +1,4 @@ [ - "apps/bblock/bubbleApp_bubbleBlock", - "apps/bblock/bubbleApp_bubbleBlock_matchers" + "apps/bubble_block/bubbleApp_bubbleBlock", + "apps/bubble_block/bubbleApp_bubbleBlock_matchers" ] \ No newline at end of file