From 56e009ab1795ef6a67b11d4518903eb19d809c1c Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 28 Feb 2024 14:48:08 -0600 Subject: [PATCH] fixed git clone destination --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 863fcbf..5f9cf33 100644 --- a/main.tf +++ b/main.tf @@ -135,7 +135,7 @@ resource "null_resource" "ops" { # clone CRI_XCBC on node provisioner "remote-exec" { inline = [ - "git clone https://github.com/jprorama/CRI_XCBC.git /", + "git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC", ] } -- GitLab