diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 00:05:20 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 00:05:20 +0100 | 
| commit | 2fcb15afa09c6c5b53a3f37404a28b57a3f43d83 (patch) | |
| tree | b0aee75df5fd2075a9a9e8c8ddf79bfd0b2ef726 /scripts | |
| parent | 1150adc4db99fc4f88f0a5ebebe2f9033784209c (diff) | |
| download | vim-polyglot-2fcb15afa09c6c5b53a3f37404a28b57a3f43d83.tar.gz vim-polyglot-2fcb15afa09c6c5b53a3f37404a28b57a3f43d83.zip | |
Add terraform to list of packages, fixes #625
Diffstat (limited to '')
| -rwxr-xr-x | scripts/build | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/build b/scripts/build index 758b3aff..496198f8 100755 --- a/scripts/build +++ b/scripts/build @@ -525,7 +525,7 @@ def extract(packages)        end      end -    if repo.include?("vim/vim") +    if repo == "vim/vim"        next      end      if branch != "master" || path | 
