Update website version to 2.0.1 and slug name
This commit is contained in:
parent
8e63cf84bc
commit
ff691b08ee
|
@ -2,8 +2,8 @@ set :base_url, "https://www.vagrantup.com/"
|
||||||
|
|
||||||
activate :hashicorp do |h|
|
activate :hashicorp do |h|
|
||||||
h.name = "vagrant"
|
h.name = "vagrant"
|
||||||
h.version = "2.0.0"
|
h.version = "2.0.1"
|
||||||
h.github_slug = "mitchellh/vagrant"
|
h.github_slug = "hashicorp/vagrant"
|
||||||
h.website_root = "website"
|
h.website_root = "website"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue