From e0effc40becc8cc6e666a9d1b29f5ae71b1d121f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:54:32 -0700 Subject: [PATCH] Update example.el relative path --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9f75f04e..f08daa01 100644 --- a/config.json +++ b/config.json @@ -21,7 +21,7 @@ "files": { "solution": ["%{kebab_slug}.el"], "test": ["%{kebab_slug}-test.el"], - "example": ["example.el"], + "example": [".meta/example.el"], "exemplar": [".meta/exemplar.el"] }, "exercises": {