Skip to content

Commit

Permalink
Revert "sort-as: force an order on multiple profiles"
Browse files Browse the repository at this point in the history
This reverts commit 3f8dd5e.
  • Loading branch information
fenollp committed Feb 23, 2018
1 parent 1dc0e2b commit 790f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar_dir.erl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ profile_dir(Opts, Profiles) ->
%% of profiles to match order passed to `as`
["default"|Rest] -> {rebar_opts:get(Opts, base_dir, ?DEFAULT_BASE_DIR), Rest}
end,
ProfilesDir = rebar_string:join(lists:sort(ProfilesStrings), "+"),
ProfilesDir = rebar_string:join(ProfilesStrings, "+"),
filename:join(BaseDir, ProfilesDir).

%% @doc returns the directory where dependencies should be placed
Expand Down

0 comments on commit 790f6e8

Please sign in to comment.