diff --git a/Formula/terraform-provisioner-ansible.rb b/Formula/terraform-provisioner-ansible.rb index ed13abcf31..760a27b9db 100644 --- a/Formula/terraform-provisioner-ansible.rb +++ b/Formula/terraform-provisioner-ansible.rb @@ -19,19 +19,23 @@ class TerraformProvisionerAnsible < Formula depends_on "terraform" => :run go_resource "github.com/hashicorp/terraform" do - url "https://github.com/hashicorp/terraform.git", :revision => "fa6a83ebdc323f2b415779786e102e69ddbf9a48" + url "https://github.com/hashicorp/terraform.git", + :revision => "fa6a83ebdc323f2b415779786e102e69ddbf9a48" end go_resource "github.com/mitchellh/mapstructure" do - url "https://github.com/mitchellh/mapstructure.git", :revision => "f3009df150dadf309fdee4a54ed65c124afad715" + url "https://github.com/mitchellh/mapstructure.git", + :revision => "f3009df150dadf309fdee4a54ed65c124afad715" end go_resource "github.com/mitchellh/go-homedir" do - url "https://github.com/mitchellh/go-homedir.git", :revision => "756f7b183b7ab78acdbbee5c7f392838ed459dda" + url "https://github.com/mitchellh/go-homedir.git", + :revision => "756f7b183b7ab78acdbbee5c7f392838ed459dda" end go_resource "github.com/mitchellh/go-linereader" do - url "https://github.com/mitchellh/go-linereader.git", :revision => "07bab5fdd9580500aea6ada0e09df4aa28e68abd" + url "https://github.com/mitchellh/go-linereader.git", + :revision => "07bab5fdd9580500aea6ada0e09df4aa28e68abd" end def install