From c6d920c61d7f1c57a554363adff072f64169ba00 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Tue, 7 Feb 2023 15:12:23 +0000
Subject: [PATCH] Hackfest:

- cosmetic updates
---
 hackfest/commands.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hackfest/commands.txt b/hackfest/commands.txt
index a71e55a5c..1b5d03dd4 100644
--- a/hackfest/commands.txt
+++ b/hackfest/commands.txt
@@ -297,7 +297,7 @@ cd ~/tfs-ctrl/hackfest/grpc/connection
 python3 list.py connection.txt 
 
 # Build ConnectionService from .proto
-cd ~/tfs-ctrl/hackfest/grpc 
+cd ~/tfs-ctrl/hackfest/grpc
 python -m grpc_tools.protoc -I=. --python_out=connectionService/ --grpc_python_out=connectionService/ connectionService.proto
 
 # Start ConnectionService server
-- 
GitLab