From 9f0e3a2e5b6ea3eccda14660bc64570738ee7796 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Fri, 16 Feb 2018 17:48:17 +0100 Subject: Revert "sort-as: force an order on multiple profiles" This reverts commit 3f8dd5eacebb913144f3615fdf44658b6223a791. --- src/rebar_dir.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_dir.erl') diff --git a/src/rebar_dir.erl b/src/rebar_dir.erl index ee4d3d4..d7be423 100644 --- a/src/rebar_dir.erl +++ b/src/rebar_dir.erl @@ -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 -- cgit v1.1