From b8b56124eeb5ffad6f32a2f6bf22428b07b63ddb Mon Sep 17 00:00:00 2001 From: Suhas Date: Thu, 28 Jan 2021 08:36:44 -0500 Subject: [PATCH] stick to config convention in testbed --- features/data/configs/tiny.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/data/configs/tiny.yaml b/features/data/configs/tiny.yaml index e9da7943..578cd234 100644 --- a/features/data/configs/tiny.yaml +++ b/features/data/configs/tiny.yaml @@ -1,7 +1,8 @@ journals: - default: /tmp/journal.jrnl + default: features/journals/simple.journal colors: body: none title: green editor: "vim" encrypt: false +# \ No newline at end of file