diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-12-05 13:16:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 13:16:35 -0500 |
commit | db05d1ead04f5928a0e865d8317ad6204637cc48 (patch) | |
tree | 92a62624f4be249cd583ea1f3c33145641087e09 /src/rebar.app.src | |
parent | 46ea7e1e8f700d92947a0a9d8bfb0fb43b122a66 (diff) | |
parent | 553a579b36fe0fb4a8bf464cd282d43c07d4e192 (diff) |
Merge pull request #1685 from ferd/promote-alias
Alias plugin promoted to built-in command
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r-- | src/rebar.app.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 74efe97..43ad620 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -73,6 +73,7 @@ rebar_prv_update, rebar_prv_upgrade, rebar_prv_version, - rebar_prv_xref]} + rebar_prv_xref, + rebar_prv_alias]} % must run last to prevent overloads ]} ]}. |