website: web is not an OS

This commit is contained in:
Mitchell Hashimoto 2014-05-01 11:35:25 -07:00
parent 16f81229bf
commit 1e4c466b60
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if ENV["CONSUL_VERSION"]
filename = $1.to_s
os = filename.split("_")[1]
next if os == "SHA256SUMS"
next if os == "web"
$consul_files[os] ||= []
$consul_files[os] << filename