From 41b064cee88805057f842b86c0c79b20c65598d3 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Tue, 27 Feb 2024 15:55:14 -0600
Subject: [PATCH] fixed git clone destinations

---
 ohpc-instance/main.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf
index 00b8092..a930060 100644
--- a/ohpc-instance/main.tf
+++ b/ohpc-instance/main.tf
@@ -45,10 +45,10 @@ resource "openstack_compute_instance_v2" "ohpc" {
        permissions: 0644
 
     # Clone CRI_XCBC repository
-    - git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC > /tmp/git_clone.log 2>&1
+    - git clone https://github.com/jprorama/CRI_XCBC.git /
 
     # Clone CRI_Cluster_Monitor repository
-    - git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git 
+    - git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /
 
     EOF
 
-- 
GitLab