Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit d69aa40

Browse files
authored
Update env_mapping.jl
1 parent f4095fd commit d69aa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env_mapping.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function _env_mapping(; adjust_PATH::Bool = true,
2-
adjust_LIBPATH::Bool = true)
2+
adjust_LIBPATH::Bool = true)
33
if Sys.iswindows()
44
git_path, env_mapping = Git_jll.git(; adjust_PATH = adjust_PATH,
55
adjust_LIBPATH = adjust_LIBPATH) do git_path

0 commit comments

Comments
 (0)