Skip to content

Commit

Permalink
Update ace mode path
Browse files Browse the repository at this point in the history
The directory structure was changed in ajaxorg/ace#4851
  • Loading branch information
lildude authored Aug 8, 2022
1 parent 249bbd1 commit 3a4a939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a4a939

Please # to comment.