From 56fdedaf7278accf6e261c54d022f4c9e1afc1fc Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 30 Nov 2014 10:55:36 -0600 Subject: switch to REBAR_DEFAULT_PROFILE to make it clear the profile becomes the default for the run --- src/rebar3.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar3.erl b/src/rebar3.erl index ebb0ea2..94ba2a4 100644 --- a/src/rebar3.erl +++ b/src/rebar3.erl @@ -106,7 +106,7 @@ run_aux(State, GlobalPluginProviders, RawArgs) -> application:start(ssl), inets:start(), - State2 = case os:getenv("REBAR_PROFILE") of + State2 = case os:getenv("REBAR_DEFAULT_PROFILE") of false -> State; Profile -> -- cgit v1.1