From 52e146d12c7308b59f7dca5e28fe85a7e5b06d31 Mon Sep 17 00:00:00 2001 From: Suhas Date: Thu, 28 Jan 2021 08:42:20 -0500 Subject: [PATCH] space --- features/overrides.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/overrides.feature b/features/overrides.feature index ec3a2d1b..eef89eec 100644 --- a/features/overrides.feature +++ b/features/overrides.feature @@ -36,7 +36,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys @skip_win Scenario: Apply multiple config overrides Given we use the config "tiny.yaml" - When we run jrnl with -1 --config-override colors.body:green, editor:"nano" + When we run jrnl with -1 --config-override colors.body:green,editor:"nano" Then the runtime config should have colors.body set to green And the runtime config should have editor set to nano