diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-17 17:45:54 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-17 17:45:54 -0500 |
commit | 07dd54d7fd1a52181925efcc6b4ffc3b94a7127b (patch) | |
tree | 14602dc6441fec5cae9c8f98c53f7af63f3cae17 /bootstrap | |
parent | 5dc2de6468be98480be50848bd9ba563c69a84f2 (diff) |
fix travis test
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 2 |
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(), |