From 8bbfb53d96cbae7d64b4d6409da2b2196d044a95 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sat, 4 Jul 2020 13:10:31 -0700 Subject: [PATCH] better naming conventions in patches/ --- composer.patches.json | 2 +- ...001-Patch-theme-minimalism.patch => themes-minimalism.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename patches/{0001-Patch-theme-minimalism.patch => themes-minimalism.patch} (100%) diff --git a/composer.patches.json b/composer.patches.json index 1050a8f7..1d432b98 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -7,7 +7,7 @@ "Disable automatic updates": "patches/0001-Patched-Disable-Updates-to-run-checks-during-cron-jo.patch" }, "wpackagist-theme/minimalism": { - "Minimalism theme footer": "patches/0001-Patch-theme-minimalism.patch" + "Minimalism theme footer": "patches/themes-minimalism.patch" }, "wpackagist-plugin/hyperdb": { "hyperdb logging": "patches/hyperdb.patch" diff --git a/patches/0001-Patch-theme-minimalism.patch b/patches/themes-minimalism.patch similarity index 100% rename from patches/0001-Patch-theme-minimalism.patch rename to patches/themes-minimalism.patch -- GitLab