add github slug to website config

pull/3484/head
Sam Handler 11 years ago
parent af5dae5907
commit 8a5d558656

@ -10,4 +10,5 @@ activate :hashicorp do |h|
h.bintray_repo = "mitchellh/terraform"
h.bintray_user = "mitchellh"
h.bintray_key = ENV["BINTRAY_API_KEY"]
h.github_slug = "hashicorp/terraform"
end

Loading…
Cancel
Save