diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-16 13:41:54 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-16 13:41:54 +0200 |
commit | 3ee6ab9d13767aacceea51e72ecf9646206b7163 (patch) | |
tree | 0d4ff5e447f262d709c18ef0e95622bb7b1c13f2 /scripts | |
parent | cd919c003992d5868b2b6e254ca265f82a45933f (diff) | |
download | vim-polyglot-3ee6ab9d13767aacceea51e72ecf9646206b7163.tar.gz vim-polyglot-3ee6ab9d13767aacceea51e72ecf9646206b7163.zip |
Update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build b/scripts/build index 40ac7f33..c2e5d41a 100755 --- a/scripts/build +++ b/scripts/build @@ -531,9 +531,9 @@ def extract(packages) end if package["filetypes"].size > 1 - output[-1] << "(#{package["filetypes"].map { |f| f["name"] }.join(", ")[0..-2]} and #{package["filetypes"].last["name"]} filetypes)" + output[-1] << " (#{package["filetypes"].map { |f| f["name"] }.join(", ")[0..-2]} and #{package["filetypes"].last["name"]} filetypes)" elsif package["filetypes"].size > 0 - output[-1] << "(#{package["filetypes"].first["name"]} filetype)" + output[-1] << " (#{package["filetypes"].first["name"]} filetype)" end progress |