diff --git a/coka/api-bundle/3.0/manifest.json b/coka/api-bundle/3.0/manifest.json index 3db1ef1e..dc012b8a 100644 --- a/coka/api-bundle/3.0/manifest.json +++ b/coka/api-bundle/3.0/manifest.json @@ -3,6 +3,6 @@ "Oka\\ApiBundle\\OkaApiBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", + "config/": "%CONFIG_DIR%/" } } diff --git a/coka/pagination-bundle/3.0/manifest.json b/coka/pagination-bundle/3.0/manifest.json index bd9ddded..411770c8 100644 --- a/coka/pagination-bundle/3.0/manifest.json +++ b/coka/pagination-bundle/3.0/manifest.json @@ -3,6 +3,6 @@ "Oka\\PaginationBundle\\OkaPaginationBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", + "config/": "%CONFIG_DIR%/" } }