From 94fbab2a8865737c8fb7fe1469215a688ba21314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 30 Aug 2023 11:05:15 +0200 Subject: Delay the creation of cache directories until they're used Fixes #11390 --- testscripts/commands/new_content.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testscripts/commands/new_content.txt (limited to 'testscripts/commands') diff --git a/testscripts/commands/new_content.txt b/testscripts/commands/new_content.txt new file mode 100644 index 000000000..217058353 --- /dev/null +++ b/testscripts/commands/new_content.txt @@ -0,0 +1,7 @@ +hugo new site myblog +cd myblog +hugo new content --kind post post/first-post.md +! exists resources +grep 'draft = true' content/post/first-post.md + + -- cgit v1.2.3