From 5f6fe0524c07a10d45dc0abc401cb4fb4027deb5 Mon Sep 17 00:00:00 2001 From: ChenYing Kuo Date: Thu, 23 Jan 2025 17:26:38 +0800 Subject: [PATCH] Remove git fetch. Signed-off-by: ChenYing Kuo --- scripts/ros2-jazzy/rmw-zenoh/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ros2-jazzy/rmw-zenoh/justfile b/scripts/ros2-jazzy/rmw-zenoh/justfile index 71af08b..608f046 100644 --- a/scripts/ros2-jazzy/rmw-zenoh/justfile +++ b/scripts/ros2-jazzy/rmw-zenoh/justfile @@ -6,7 +6,7 @@ download: cd ros2_jazzy_rmw_zenoh_ws/src && \ git clone https://github.com/ros2/rmw_zenoh -b jazzy && \ cd rmw_zenoh && \ - git remote add zetta git@github.com:ZettaScaleLabs/rmw_zenoh.git && git fetch zetta + git remote add zetta git@github.com:ZettaScaleLabs/rmw_zenoh.git [no-cd] dependency: