From f94babc2ffac80d5c8431a4c54040b9acf9fa082 Mon Sep 17 00:00:00 2001 From: Adam Haris Date: Fri, 27 Sep 2024 09:47:17 +0200 Subject: [PATCH] Better readability & avoid copy-paste diffs --- docs/upgrading/secrets-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/secrets-changes.md b/docs/upgrading/secrets-changes.md index 781cb4a..9db25dd 100644 --- a/docs/upgrading/secrets-changes.md +++ b/docs/upgrading/secrets-changes.md @@ -4,7 +4,7 @@ title: Secrets changes # Kamal 2: Secrets changes -Secrets have moved from `.env`/`.env.rb` to `.kamal/secrets.` +Secrets have moved from `.env`/`.env.rb` to `.kamal/secrets`. If you are using destinations, secrets will be read from `.kamal/secrets-` first or `.kamal/secrets` if it is not found.