website: web is not an OS

pull/103/head
Mitchell Hashimoto 11 years ago
parent 060af09c3e
commit bdddb4cc1d

@ -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

Loading…
Cancel
Save