Skip to content

Commit eba9108

Browse files
committed
fix: standardized the way bash scripts are called
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 251ca7c commit eba9108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/extensions/k8stools.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "null_resource" "install_kubectl_operator" {
2222
provisioner "remote-exec" {
2323
inline = [
2424
"chmod +x $HOME/install_kubectl.sh",
25-
"bash $HOME/install_kubectl.sh",
25+
"$HOME/install_kubectl.sh",
2626
"rm -f $HOME/install_kubectl.sh"
2727
]
2828
}

0 commit comments

Comments
 (0)