Skip to content

Commit

Permalink
Merge pull request #22 from danikp/rebar3
Browse files Browse the repository at this point in the history
naming
  • Loading branch information
danikp authored Apr 12, 2017
2 parents 747c18d + d296973 commit 5202981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
{plt_apps, top_level_deps}, % top_level_deps | all_deps
{plt_extra_apps, []},
{plt_location, local}, % local | "/my/file/name"
{plt_prefix, "rebar3"},
{base_plt_apps, [stdlib, kernel, crypto]},
{plt_prefix, "aleppo"},
{base_plt_apps, [stdlib, kernel, erts]},
{base_plt_location, global}, % global | "/my/file/name"
{base_plt_prefix, "rebar3"}
]}.
]}.

0 comments on commit 5202981

Please sign in to comment.