From 55d57ff4661f01aa09a74de83c5d059c4800c469 Mon Sep 17 00:00:00 2001 From: Vegard Johansen <47519539+VegraD@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:11:35 +0200 Subject: [PATCH] Update run_dev.sh doc typo fix Signed-off-by: Vegard Johansen <47519539+VegraD@users.noreply.github.com> --- scripts/run_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_dev.sh b/scripts/run_dev.sh index 9f1c849..3da2280 100755 --- a/scripts/run_dev.sh +++ b/scripts/run_dev.sh @@ -201,7 +201,7 @@ fi # Summarize launch print_info "Launching Isaac ROS Dev container with image key ${BASE_IMAGE_KEY}: ${ISAAC_ROS_DEV_DIR}" -# Build imag to launch +# Build image to launch if [[ $SKIP_IMAGE_BUILD -ne 1 ]]; then print_info "Building $BASE_IMAGE_KEY base as image: $BASE_NAME" $ROOT/build_image_layers.sh --image_key "$BASE_IMAGE_KEY" --image_name "$BASE_NAME"