From a99c324d7d12134a485c37301243ea631054d453 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Tue, 15 Oct 2024 14:39:49 +0530 Subject: [PATCH] comment incon config in Ballerina.toml --- .../files/build-config/resources/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library-templates/generated-connector-template/files/build-config/resources/Ballerina.toml b/library-templates/generated-connector-template/files/build-config/resources/Ballerina.toml index ad0541b2..3452d675 100644 --- a/library-templates/generated-connector-template/files/build-config/resources/Ballerina.toml +++ b/library-templates/generated-connector-template/files/build-config/resources/Ballerina.toml @@ -6,7 +6,7 @@ version = "@toml.version@" license = ["Apache-2.0"] authors = ["Ballerina"] keywords = [] # TODO: Add keywords -icon = "icon.png" # TODO: Add icon +# icon = "icon.png" # TODO: Add icon repository = "https://github.com/ballerina-platform/{{REPO_NAME}}" [build-options]