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
Merge pull request
#173
from talentdeficit/empty_locks_fix
don't attempt to merge locks when there are no dependencies
pull/176/head
Tristan Sloughter
10 years ago
parent
558646adbc
04235f1a63
commit
4b9adefcb8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_config.erl
+ 1
- 1
src/rebar_config.erl
View File
@ -60,7 +60,7 @@ consult_file(File) ->
end
end
.
merge_locks
(
Config
,
[
]
)
-
>
merge_locks
(
Config
,
[
[
]
]
)
-
>
Config
;
merge_locks
(
Config
,
[
Locks
]
)
-
>
{
deps
,
ConfigDeps
}
=
lists
:
keyfind
(
deps
,
1
,
Config
)
,
Write
Preview
Loading…
Cancel
Save