From 9c697466c4b36f2aa75e78a3b11306bfab2c12b8 Mon Sep 17 00:00:00 2001
From: Naundorf <81nasi1bwi@hft-stuttgart.de>
Date: Thu, 18 Aug 2022 06:08:50 +0000
Subject: [PATCH] Update execute_vehicle_classification.sh

---
 execute_vehicle_classification.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/execute_vehicle_classification.sh b/execute_vehicle_classification.sh
index 0f32c49..1d05ae1 100644
--- a/execute_vehicle_classification.sh
+++ b/execute_vehicle_classification.sh
@@ -19,8 +19,8 @@ echo "$1" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
 echo "pulling gitlab repository"
 git init
 # git config --global pull.ff only git@transfer.hft-stuttgart.de:fork_hpc_vehicle_classification/hpc_vehicle_classification.git
-# git pull https://transfer.hft-stuttgart.de/gitlab/fork_hpc_vehicle_classification/hpc_vehicle_classification.git
-git pull git@transfer.hft-stuttgart.de:81nasi1bwi/hpc_vehicle_classification.git
+git pull https://transfer.hft-stuttgart.de/gitlab/fork_hpc_vehicle_classification/hpc_vehicle_classification.git
+# git pull git@transfer.hft-stuttgart.de:81nasi1bwi/hpc_vehicle_classification.git
 
 
 #loading conda environment
-- 
GitLab