mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Fix build, closes #548
This commit is contained in:
@@ -10,8 +10,6 @@ require 'tsort'
|
||||
|
||||
Dir.chdir(File.dirname(__dir__))
|
||||
|
||||
Dir.mkdir('tmp') unless File.exists?('tmp')
|
||||
|
||||
BASE_URL = 'https://raw.githubusercontent.com/github/linguist/master'
|
||||
|
||||
def camelize(str)
|
||||
@@ -768,6 +766,8 @@ if __FILE__ == $0
|
||||
FileUtils.rm_rf("tmp")
|
||||
end
|
||||
|
||||
Dir.mkdir('tmp') unless File.exists?('tmp')
|
||||
|
||||
packages, heuristics = load_data()
|
||||
download(packages)
|
||||
extract(packages)
|
||||
|
||||
Reference in New Issue
Block a user