Add github_slug to website/config.rb

This commit is contained in:
Sam Handler 2015-10-12 18:43:15 -04:00
parent 4de2dd31f0
commit 30c4ef88af
1 changed files with 1 additions and 0 deletions

View File

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