From deabcf5478404574653051957b9ed3e3b968f7c0 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 6 Sep 2025 12:06:31 +0200 Subject: [PATCH] config_paths: fix comment --- src/env/config_paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env/config_paths.rs b/src/env/config_paths.rs index 2348e50ed..e5d4e58e5 100644 --- a/src/env/config_paths.rs +++ b/src/env/config_paths.rs @@ -32,7 +32,7 @@ ); // TODO: we should determine program_name from argv0 somewhere in this file - // Detect if we're running right out of the CMAKE build directory + // If we're in Cargo's target directory or CMake's build directory, use the source files. if exec_path.starts_with(env!("FISH_BUILD_DIR")) { let workspace_root = workspace_root(); FLOG!(