diff --git a/hackfest/commands.txt b/hackfest/commands.txt
index a71e55a5cd71ef06ea7a01608614c6337f214fc3..1b5d03dd4f8b64521401f1ab81bc5c2066eb68c4 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