From bc8b9c40ad821448ba1ec237bb3d67793db5a932 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Tue, 16 Feb 2021 14:15:24 -0800 Subject: [PATCH] typos in directory name in composer.patches.json --- composer.patches.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.patches.json b/composer.patches.json index 80d1f384..07cb240f 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -28,7 +28,7 @@ "Added some instructions on mathjax latex plugin": "patches/plugins/192-mathjax-latex.patch" }, "wpackagist-plugin/creative-commons-license-widget": { - "Remove hotlinking of images": "patches/plugin/creative-commons-license.patch" + "Remove hotlinking of images": "patches/plugins/creative-commons-license.patch" }, "wpackagist-plugin/buddypress": { "Disable gravatar": "patches/buddypress/0053-Patch-buddypress.patch", @@ -36,10 +36,10 @@ "Force https on buddypress login redirect": "patches/buddypress/0147-forced-https-on-buddypress-login-redirect.patch" }, "wpackagist-plugin/wp-piwik": { - "Disable Piwik global updates": "patches/plugin/wp-piwik.patch" + "Disable Piwik global updates": "patches/plugins/wp-piwik.patch" }, "wpackagist-plugin/wp-recaptcha-bp": { - "Support for global recaptcha keys": "patches/plugin/wp-recaptcha-bp.patch" + "Support for global recaptcha keys": "patches/plugins/wp-recaptcha-bp.patch" } } } -- GitLab