From 95098c014d5304ba726e4740d6256dc5a3efa46c Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Mon, 12 Jun 2023 12:41:00 +0000
Subject: [PATCH] Minor corrections to hackfest commands.txt

---
 hackfest/commands.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hackfest/commands.txt b/hackfest/commands.txt
index 31558364d..34bb8188b 100644
--- a/hackfest/commands.txt
+++ b/hackfest/commands.txt
@@ -267,11 +267,11 @@ Bye!
 ############
 
 ## Download and install the latest release
-$ sudo bash -c "$(curl -sL https://get.containerlab.dev)“
+$ sudo bash -c "$(curl -sL https://get.containerlab.dev)"
 
 ## Deploy proposed two SR node scenario
-$ cd tfs-ctrl/hackfest/gnmi
-$ sudo containerlab deploy -t srlinux.clab.yml
+$ cd ~/tfs-ctrl/hackfest/gnmi
+$ sudo containerlab deploy --topo srlinux.clab.yml
 
 ## Access SR Bash
 $ docker exec -it clab-srlinux-srl1 bash
-- 
GitLab