From 3a4a9396fb2756b4ddd7baadc83e78a932d86b30 Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Mon, 8 Aug 2022 10:20:43 +0000 Subject: [PATCH] Update ace mode path The directory structure was changed in https://github.com/ajaxorg/ace/pull/4851 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f1eb18bcfa..f56c5f8296 100644 --- a/Rakefile +++ b/Rakefile @@ -35,7 +35,7 @@ task :fetch_ace_modes do File.delete(ACE_FIXTURE_PATH) if File.exist?(ACE_FIXTURE_PATH) begin - ace_github_modes = URI.open("https://api.github.com/repos/ajaxorg/ace/contents/lib/ace/mode").read + ace_github_modes = URI.open("https://api.github.com/repos/ajaxorg/ace/contents/src/mode").read File.write(ACE_FIXTURE_PATH, ace_github_modes) rescue OpenURI::HTTPError, SocketError # no internet? no problem.