From 21581ec76a7c55e0df3f4aed3c841054c358be9a Mon Sep 17 00:00:00 2001
From: Rosemary Orchard <16113535+RosemaryOrchard@users.noreply.github.com>
Date: Wed, 6 Nov 2019 15:36:36 +0100
Subject: [PATCH] Create all folders to enable copy (#1226)

---
 docs/simplesamlphp-theming.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-theming.md b/docs/simplesamlphp-theming.md
index 89ea7a572..987ee0f8a 100644
--- a/docs/simplesamlphp-theming.md
+++ b/docs/simplesamlphp-theming.md
@@ -50,7 +50,7 @@ The first thing you need to do is having a SimpleSAMLphp module to place your th
 Then within this module, you can create a new theme named `fancytheme`.
 
 	cd modules/mymodule
-	mkdir -p themes/fancytheme
+	mkdir -p themes/fancytheme/default/includes
 
 Now, configure SimpleSAMLphp to use your new theme in `config.php`:
 
-- 
GitLab