From 30c4ef88af964e22a5aeadf4a9bc2690e8f28c23 Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Mon, 12 Oct 2015 18:43:15 -0400 Subject: [PATCH] Add github_slug to website/config.rb --- website/config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config.rb b/website/config.rb index bd5b57bd74..9fe973fea5 100644 --- a/website/config.rb +++ b/website/config.rb @@ -10,6 +10,7 @@ activate :hashicorp do |h| h.bintray_repo = "mitchellh/consul" h.bintray_user = "mitchellh" h.bintray_key = ENV["BINTRAY_API_KEY"] + h.github_slug = "hashicorp/consul" # Do not include the "web" in the default list of packages h.bintray_exclude_proc = Proc.new do |os, filename|