diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 21:42:56 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 21:42:56 +0200 |
| commit | d59aef5668d2e2be8fe73dcac7de503e6d580a02 (patch) | |
| tree | 059b3438257daa2b37c58757ebb7adc8f77f16c9 /gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi | |
| parent | 9a0f7d1f2a55c86024d9d5a5b3db79aa10d7c783 (diff) | |
Update content for gemtext
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 |
