Explorar el Código

Revert "sort-as: force an order on multiple profiles"

This reverts commit 3f8dd5eace.
pull/1716/head
Pierre Fenoll hace 7 años
padre
commit
9f0e3a2e5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_dir.erl

+ 1
- 1
src/rebar_dir.erl Ver fichero

@ -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

Cargando…
Cancelar
Guardar