changeset 5525:87268f4e6a2e

mod_http_dir_listing2: Fix wrong name for resource directory
author Kim Alvefur <zash@zash.se>
date Wed, 07 Jun 2023 12:31:52 +0200
parents 7eab8b0d69e5
children 46e512f4ba14
files mod_http_dir_listing2/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_dir_listing2/README.markdown	Wed Jun 07 12:27:13 2023 +0200
+++ b/mod_http_dir_listing2/README.markdown	Wed Jun 07 12:31:52 2023 +0200
@@ -3,7 +3,7 @@
 rockspec:
   build:
     copy_directories:
-      - html
+      - resources
 ---
 
 Introduction