From e1bce50a6183c96aa4bfe8666f497634bbc14ade Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 21 Dec 2022 18:06:00 +0530 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8FReplaced=20single=20quote=20w?= =?UTF-8?q?ith=20double=20in=20toml=20file=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apks/options.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apks/options.toml b/apks/options.toml index a2b41da..347a8a5 100644 --- a/apks/options.toml +++ b/apks/options.toml @@ -1,6 +1,7 @@ -['website'] -websiteURL = 'https://t.me/revanced_apkss' -websiteSummary = 'Visit Revanced Builder Channel' -['website-music'] -websiteURL = 'https://t.me/revanced_apkss' -websiteSummary = 'Visit Revanced Builder Channel' +[website] +websiteURL = "https://t.me/revanced_apkss" +websiteSummary = "Visit Revanced Builder Channel" + +[website-music] +websiteURL = "https://t.me/revanced_apkss" +websiteSummary = "Visit Revanced Builder Channel"