diff options
Diffstat (limited to 'gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi')
| -rw-r--r-- | gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi index c3fb639d..66cfd6fb 100644 --- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi +++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi @@ -24,7 +24,7 @@ RCM is a tiny configuration management system written in Ruby. It gives me a sma * ⇢ ⇢ ⇢ Template rendering into a file * ⇢ ⇢ ⇢ Ensuring a line is absent from a file * ⇢ ⇢ ⇢ 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 * ⇢ ⇢ ⇢ Managing file and directory modes and ownership * ⇢ ⇢ ⇢ Using a chained, more natural language style for notifications * ⇢ ⇢ ⇢ 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 |
