diff options
| author | James Fish <james@fishcakez.com> | 2015-03-05 14:39:38 +0000 | 
|---|---|---|
| committer | James Fish <james@fishcakez.com> | 2015-03-05 15:08:40 +0000 | 
| commit | 37850ed819861cfc72d1106e1ef7e298813b22d9 (patch) | |
| tree | d4eef6dbf02027655c6fea1a9a1ef78d0ebd92a9 /src | |
| parent | 53e43298ba7c79a2a9df69e8bc9e196186b6e925 (diff) | |
Shorten default PLT name
Diffstat (limited to 'src')
| -rw-r--r-- | src/rebar_prv_dialyzer.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rebar_prv_dialyzer.erl b/src/rebar_prv_dialyzer.erl index f140f1b..4b6812f 100644 --- a/src/rebar_prv_dialyzer.erl +++ b/src/rebar_prv_dialyzer.erl @@ -91,7 +91,7 @@ get_plt_location(State) ->      rebar_state:get(State, dialyzer_plt, DefaultPlt).  default_plt() -> -    ".rebar3.otp-" ++ rebar_utils:otp_release() ++ ".plt". +    rebar_utils:otp_release() ++ ".plt".  do(State, Plt, Apps) ->      {PltWarnings, State1} = update_proj_plt(State, Plt, Apps), | 
