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