summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 1a1afcd..032a08e 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -88,7 +88,7 @@ main(Args) ->
%% or write out script files on win32.
case os:type() of
{unix,_} ->
- [] = os:cmd("chmod u+x rebar"),
+ [] = os:cmd("chmod u+x rebar3"),
ok;
{win32,_} ->
write_windows_scripts(),