mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-01 06:46:14 +02:00
Fix issue where specifying a config-file that needs to be upgraded ended up upgrading the user config file instead
This commit is contained in:
parent
70aa5989ea
commit
fc6d4506cf
3 changed files with 20 additions and 12 deletions
|
@ -14,7 +14,6 @@ Feature: Multiple journals
|
|||
Given we use the config "multiple.yaml"
|
||||
Given we use the config "basic_onefile.yaml"
|
||||
When we run "jrnl --cf multiple.yaml this goes to default"
|
||||
Given we use the config "basic_onefile.yaml"
|
||||
When we run "jrnl -1"
|
||||
Then the output should not contain "this goes to default"
|
||||
When we run "jrnl --cf multiple.yaml -1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue