Skip to content

Commit

Permalink
Fix rebar3 version that support default values
Browse files Browse the repository at this point in the history
  • Loading branch information
shino authored May 27, 2022
1 parent e61cf4b commit 6181f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/deployment/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Starting with Erlang/OTP 21 and Rebar3 3.6.0 the configuration options
`sys_config_src` and `vm_args_src` are available for explicitly including
templates that will be rendered at runtime, substituting variables defined
as `${VARIABLE}` with their equivalent value in the shell environment.
Since Rebar3 4.0.0, a default value can be optionally set when using variables
Since Rebar3 3.14.0, a default value can be optionally set when using variables
by defining them as `${VARIABLE:-DEFAULT}`.

As of Rebar3 3.14.0 the configs will be included if they exist, so only if the
Expand Down

0 comments on commit 6181f59

Please sign in to comment.