From 8a5d558656f8c231241df7630e89f4581a70a843 Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Mon, 12 Oct 2015 15:01:06 -0400 Subject: [PATCH] add github slug to website config --- website/config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config.rb b/website/config.rb index 80bbb64439..5d0d0ec166 100644 --- a/website/config.rb +++ b/website/config.rb @@ -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