From e8181570706cb07570724442f76f473d01c92ca2 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Tue, 12 Sep 2023 11:52:33 +0200 Subject: [PATCH] - fix: not an attribut --- DESIGN.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.asciidoc b/DESIGN.asciidoc index 9d1360a..a099204 100644 --- a/DESIGN.asciidoc +++ b/DESIGN.asciidoc @@ -36,7 +36,7 @@ A cli tool which uses different validators to validate workflows. The tool used the following files: -* ${HOME}/.cache/validate_workflows/statistics.cnt +* $\{HOME\}/.cache/validate_workflows/statistics.cnt * /var/lock/validate_workflows.lock == Statistics -- GitLab