From 7a57a0b5945e7283df208caa6db030c9a28d2fac Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Fri, 28 Nov 2014 12:35:42 -0800 Subject: [PATCH] What is this, Lisp? --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3cc28ae5..068af0bb 100644 --- a/Rakefile +++ b/Rakefile @@ -26,7 +26,7 @@ task :fetch_ace_modes do File.delete(ACE_FIXTURE_PATH) if File.exist?(ACE_FIXTURE_PATH) begin - ace_github_modes = (open("https://api.github.com/repos/ajaxorg/ace/contents/lib/ace/mode").read) + ace_github_modes = open("https://api.github.com/repos/ajaxorg/ace/contents/lib/ace/mode").read File.write(ACE_FIXTURE_PATH, ace_github_modes) rescue OpenURI::HTTPError, SocketError # no internet? no problem.