fix github repo reference (#5555)

This commit is contained in:
Jeff Escalante 2018-10-19 12:54:56 -04:00 committed by Mitchell Hashimoto
parent a3dfde5cec
commit 94eb018da9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ variable "name" {
}
variable "github_repo" {
default = "hashicorp/packer"
default = "hashicorp/vault"
description = "GitHub repository of the provider in 'org/name' format."
}