Add github_slug to website/config.rb

This commit is contained in:
Sam Handler 2015-10-12 18:43:15 -04:00
parent 49fcaa3e85
commit 901f9f7827

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|