mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Remove trailing whitespace in rebar_reltool
This commit is contained in:
parent
7c327c1195
commit
e4c85d4548
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ run_reltool(Server, _Config, ReltoolConfig) ->
|
|||
[Reason])
|
||||
end,
|
||||
|
||||
{BootRelName, BootRelVsn} =
|
||||
{BootRelName, BootRelVsn} =
|
||||
rebar_rel_utils:get_reltool_release_info(ReltoolConfig),
|
||||
|
||||
ok = create_RELEASES(TargetDir, BootRelName, BootRelVsn),
|
||||
|
|
Loading…
Reference in a new issue