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
reverse relx config so profile settings are used properly
pull/477/head
Tristan Sloughter
10 years ago
parent
fe181f950d
commit
8687ddc14a
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_prv_tar.erl
+ 1
- 1
src/rebar_prv_tar.erl
View File
@ -47,7 +47,7 @@ do(State) ->
,
{
caller
,
Caller
}
]
,
AllOptions
)
;
Config
-
>
relx
:
main
(
[
{
lib_dirs
,
LibDirs
}
,
{
config
,
Config
}
,
{
config
,
lists
:
reverse
(
Config
)
}
,
{
output_dir
,
OutputDir
}
,
{
caller
,
Caller
}
]
,
AllOptions
)
end
,
Write
Preview
Loading…
Cancel
Save