add github slug to website config

This commit is contained in:
Sam Handler 2015-10-12 15:01:06 -04:00
parent af5dae5907
commit 8a5d558656
1 changed files with 1 additions and 0 deletions

View File

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