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

Commit 5676e09

Browse files
Merge #19
19: Fix whitespace r=DilumAluthge a=DilumAluthge Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 1ba54ef + d69aa40 commit 5676e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GitCommand"
22
uuid = "49b5b516-ca3f-4003-a081-42bdcf55082d"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb"

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)