diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf
index 00b80929987482afb71dc78f8ed81c1a66b35ec4..a930060614d8ab3d5fa690d502f9f12cfea2dc35 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