summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-01 21:42:55 +0200
committerPaul Buetow <paul@buetow.org>2026-03-01 21:42:55 +0200
commit2666da462d7552e2c1cab85227e7fc56eb816d8e (patch)
tree86e1d57ee51134ea364b76da3aa7bd9c77df6508
parent66e6a56b0a49b78607b732d66f14816fd2d221b5 (diff)
Update content for md
-rw-r--r--gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md
index ac8620d7..f71a71b2 100644
--- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md
+++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md
@@ -24,7 +24,7 @@ RCM is a tiny configuration management system written in Ruby. It gives me a sma
* [⇢ ⇢ ⇢ Template rendering into a file](#template-rendering-into-a-file)
* [⇢ ⇢ ⇢ Ensuring a line is absent from a file](#ensuring-a-line-is-absent-from-a-file)
* [⇢ ⇢ ⇢ Guarding a configuration run on the current hostname](#guarding-a-configuration-run-on-the-current-hostname)
-* [⇢ Creating and deleting directories, and purging a directory tree](#creating-and-deleting-directories-and-purging-a-directory-tree)
+* [⇢ ⇢ ⇢ Creating and deleting directories, and purging a directory tree](#creating-and-deleting-directories-and-purging-a-directory-tree)
* [⇢ ⇢ ⇢ Managing file and directory modes and ownership](#managing-file-and-directory-modes-and-ownership)
* [⇢ ⇢ ⇢ Using a chained, more natural language style for notifications](#using-a-chained-more-natural-language-style-for-notifications)
* [⇢ ⇢ ⇢ Touching files and updating their timestamps](#touching-files-and-updating-their-timestamps)
@@ -246,7 +246,7 @@ configure do
end
```
-# Creating and deleting directories, and purging a directory tree
+### Creating and deleting directories, and purging a directory tree
```ruby
configure do