From d93e55b2223e9ced685d1a590af1123cbaa55ba1 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 7 Jun 2024 10:32:53 -0400 Subject: [PATCH] Update target_mode.md (#4275) Signed-off-by: Ian Maddaus Update path to credentials file --- content/target_mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/target_mode.md b/content/target_mode.md index a6091a8683..87c374767a 100644 --- a/content/target_mode.md +++ b/content/target_mode.md @@ -34,7 +34,7 @@ Target Mode has the following requirements: The credentials file defines the connection settings for each node in TOML format. -The credentials file is located in `.chef/credentials` on Linux and Mac systems, or `c:\Users\\.chef/credentials` on Windows. +The credentials file is located in `~/.chef/credentials` on Linux and Mac systems, or `c:\Users\\.chef\credentials` on Windows. ### Examples