From 110032b5cbfc769690694daf7422e5f141a3eab1 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 16 Jun 2024 17:40:47 +0200 Subject: [PATCH] update docs --- docs/sat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sat.md b/docs/sat.md index 1997c14..bc4d299 100644 --- a/docs/sat.md +++ b/docs/sat.md @@ -181,7 +181,7 @@ In the example above, we are telling manta we want Alps to use the ansible in re Manta can expand the variables in the template file with a vars file or through CLI -### the __DATE__ wildcard +### the `__DATE__` wildcard Since configurations are immutable in manta, having to change the vars file to update the version may be painful to deal with (specially during development), if this is the case, then manta has a special wildcard `__DATE__` to simplify this process.