summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2017-12-05 13:16:35 -0500
committerGitHub <noreply@github.com>2017-12-05 13:16:35 -0500
commitdb05d1ead04f5928a0e865d8317ad6204637cc48 (patch)
tree92a62624f4be249cd583ea1f3c33145641087e09 /src/rebar.app.src
parent46ea7e1e8f700d92947a0a9d8bfb0fb43b122a66 (diff)
parent553a579b36fe0fb4a8bf464cd282d43c07d4e192 (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.src3
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
]}
]}.