summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-17 17:45:54 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-17 17:45:54 -0500
commit07dd54d7fd1a52181925efcc6b4ffc3b94a7127b (patch)
tree14602dc6441fec5cae9c8f98c53f7af63f3cae17 /bootstrap
parent5dc2de6468be98480be50848bd9ba563c69a84f2 (diff)
fix travis test
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(),