jsiebens / hashi-up

bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute
MIT License
676 stars 54 forks source link

Error while using `get` to fetch into current working directory #18

Closed tylert closed 3 years ago

tylert commented 3 years ago

It would appear that the get action is unable to fetch binaries and store them in the current working directory...

$ hashi-up terraform get -d .
Downloading file https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_linux_amd64.zip 
31.23 MiB / 31.23 MiB [-------------------------------------------------------------------------] 100.00%
Extracting file: terraform to .
unable to install Terraform distribution: terraform: Illegal file path
tylert commented 3 years ago

@jsiebens

tylert commented 3 years ago

In this case, the current working directory was just a temp folder in my home directory.