mirror of https://github.com/status-im/consul.git
website: web is not an OS
This commit is contained in:
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…
Reference in New Issue