From 207419bfd4573da002d3d4fd9b82ed1e1c6a8df1 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 28 Feb 2022 07:27:21 +0100 Subject: [PATCH] chore: Fix typo in release notes --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bff3d1309..7a91d1f8f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -22,7 +22,7 @@ The `@context` needs to be updated to The following changes pertain to the imports in the default configs: - A new configuration option needs to be imported: - - `/app/variables/default/json` contains everything related to parsing CLI arguments + - `/app/variables/default.json` contains everything related to parsing CLI arguments and assigning values to variables. The following changes are relevant for v2 custom configs that replaced certain features.