From acd7f08bd5a4509235c15109ce64f16d0610513c Mon Sep 17 00:00:00 2001 From: Nyholm Date: Wed, 27 Feb 2019 07:40:47 +0100 Subject: [PATCH] Cleaned up manifest files from characters not needed --- happyr/linkedin-api-client/1.0/manifest.json | 4 ++-- mailgun/mailgun-php/2.3/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/happyr/linkedin-api-client/1.0/manifest.json b/happyr/linkedin-api-client/1.0/manifest.json index 805297c5..efccb2e6 100644 --- a/happyr/linkedin-api-client/1.0/manifest.json +++ b/happyr/linkedin-api-client/1.0/manifest.json @@ -3,7 +3,7 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "LINKEDIN_API_KEY": "\"replace_me\"", - "LINKEDIN_API_SECRET": "\"replace_me\"" + "LINKEDIN_API_KEY": "replace_me", + "LINKEDIN_API_SECRET": "replace_me" } } diff --git a/mailgun/mailgun-php/2.3/manifest.json b/mailgun/mailgun-php/2.3/manifest.json index a22e3e9e..59d5ec69 100644 --- a/mailgun/mailgun-php/2.3/manifest.json +++ b/mailgun/mailgun-php/2.3/manifest.json @@ -4,6 +4,6 @@ }, "env": { "#1": "Get your API key form https://app.mailgun.com/app/domains", - "MAILGUN_API_KEY": "\"replace_me\"" + "MAILGUN_API_KEY": "replace_me" } }