From 07dd54d7fd1a52181925efcc6b4ffc3b94a7127b Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 17 Sep 2014 17:45:54 -0500 Subject: fix travis test --- bootstrap/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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(), -- cgit v1.1