diff --git a/gix-path/src/env/git/mod.rs b/gix-path/src/env/git/mod.rs
index c138773d9c6..f32f06eef2f 100644
--- a/gix-path/src/env/git/mod.rs
+++ b/gix-path/src/env/git/mod.rs
@@ -80,7 +80,7 @@ pub(super) const EXE_NAME: &str = "git";
/// Invoke the git executable to obtain the origin configuration, which is cached and returned.
///
/// The git executable is the one found in PATH or an alternative location.
-pub(super) static GIT_HIGHEST_PRIORITY_CONFIG_PATH: Lazy