Skip to content

Commit

Permalink
fix: find binaries even if they're aliases (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mogul authored Mar 2, 2022
1 parent ed8c1d7 commit 226dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/provision/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
resource "null_resource" "prerequisite_binaries_present" {
provisioner "local-exec" {
interpreter = ["/bin/sh", "-c"]
command = "which aws-iam-authenticator git helm kubectl"
command = "type -p aws-iam-authenticator git helm kubectl"
}
}

0 comments on commit 226dc18

Please sign in to comment.