This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
combine []/Opt case options into one @ get_git_options/0
pull/1844/head
simonxu72
6 years ago
parent
f08e5f62ff
commit
b81871c618
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/rebar_git_resource.erl
+ 1
- 2
src/rebar_git_resource.erl
View File
@ -292,8 +292,7 @@ parse_tags(Dir) ->
git_clone_options
(
)
-
>
Option
=
case
os
:
getenv
(
"
REBAR_GIT_CLONE_OPTIONS
"
)
of
false
-
>
"
"
;
%
%
env
var
not
set
[
]
-
>
"
"
;
%
%
env
var
set
to
empty
Opt
-
>
Opt
-
>
%
%
env
var
set
to
empty
or
others
Opt
end
,
Write
Preview
Loading…
Cancel
Save