From 6e9f9abba8d83b3294af19524145c458ab974e24 Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Mon, 27 Oct 2025 10:37:37 +0100 Subject: [PATCH] fix: app-bricks-examples repo name --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 8df77c5a..ffea9d51 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -116,7 +116,7 @@ tasks: TMP_PATH="$(mktemp -d)" DEST_PATH="debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli/" echo "Cloning arduino/app-bricks-example into temporary directory ${TMP_PATH}..." - git clone --depth 1 --branch "{{ .EXAMPLE_VERSION }}" https://github.com/arduino/app-bricks-example "${TMP_PATH}" + git clone --depth 1 --branch "{{ .EXAMPLE_VERSION }}" https://github.com/arduino/app-bricks-examples "${TMP_PATH}" rm -rf "${DEST_PATH}/examples" mkdir -p "${DEST_PATH}" mv "${TMP_PATH}/examples" "${DEST_PATH}"