From 2d572e9fdb10c0a3b1f6b87069705027e908934c Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 19 Jun 2024 08:10:29 -0500 Subject: [PATCH] readme: add missing inlined '[]' for 'pre' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ba9d66..2c0ab55 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Example with in-line comments: ```yaml --- autostarts: - pre: # *always* run, before/blocking others. ie: backup + pre: [] # *always* run, before/blocking others. ie: backup weekend: [] # blocking Sat/Sun. after 'pre'/before 'common'. ie: backup tier 2 common: [] # things started every day, after 'pre' - non-blocking work: [] # does not execute on weekends; only if within working day/hours