From 3fb8953aa32281f0be03cbe0e80ac33591c9f6b0 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 22 Jun 2023 15:09:26 +0100 Subject: [PATCH] Correct the directory name. --- {templates => template}/README.md | 0 {templates => template}/index.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {templates => template}/README.md (100%) rename {templates => template}/index.html (100%) diff --git a/templates/README.md b/template/README.md similarity index 100% rename from templates/README.md rename to template/README.md diff --git a/templates/index.html b/template/index.html similarity index 100% rename from templates/index.html rename to template/index.html -- 2.39.5