From 4033e65aaa53dc6f46e9d1d7fcbfee0dcccac487 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Thu, 15 Aug 2019 16:48:25 +0100 Subject: Fix formatting of literal expression within comment --- 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 aac6210..3190425 100644 --- a/src/rebar_dir.erl +++ b/src/rebar_dir.erl @@ -45,7 +45,7 @@ profile_dir(Opts, Profiles) -> ["global" | _] -> {?MODULE:global_cache_dir(Opts), [""]}; ["bootstrap", "default"] -> {rebar_opts:get(Opts, base_dir, ?DEFAULT_BASE_DIR), ["default"]}; ["default"] -> {rebar_opts:get(Opts, base_dir, ?DEFAULT_BASE_DIR), ["default"]}; - %% drop `default` from the profile dir if it's implicit and reverse order + %% drop `default' from the profile dir if it's implicit and reverse order %% of profiles to match order passed to `as` ["default"|Rest] -> {rebar_opts:get(Opts, base_dir, ?DEFAULT_BASE_DIR), Rest} end, -- cgit v1.1