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
don't attempt to merge locks when there are no dependencies
fixes
#172
pull/173/head
alisdair sullivan
10 years ago
parent
558646adbc
commit
04235f1a63
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