Skip to content

Commit c36b2a9

Browse files
committed
fix: update repository references in Taskfile.yml
1 parent f61b73f commit c36b2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tasks:
114114
echo "Runner version set as: {{ .EXAMPLE_VERSION }}"
115115
TMP_PATH="$(mktemp -d)"
116116
DEST_PATH="debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli/"
117-
echo "Cloning arduino/app-bricks-example into temporary directory ${TMP_PATH}..."
117+
echo "Cloning arduino/app-bricks-examples into temporary directory ${TMP_PATH}..."
118118
git clone --depth 1 --branch "{{ .EXAMPLE_VERSION }}" https://github.com/arduino/app-bricks-examples "${TMP_PATH}"
119119
rm -rf "${DEST_PATH}/examples"
120120
mkdir -p "${DEST_PATH}"
@@ -190,7 +190,7 @@ tasks:
190190
TMP_PATH="$(mktemp -d)"
191191
192192
echo "Cloning examples into temporary directory ${TMP_PATH}..."
193-
git clone --depth 1 https://github.com/arduino/app-bricks-example.git "${TMP_PATH}"
193+
git clone --depth 1 https://github.com/arduino/app-bricks-examples.git "${TMP_PATH}"
194194
195195
echo "Installing examples to ${DEST_PATH}examples"
196196
rm -rf "${DEST_PATH}examples"

0 commit comments

Comments
 (0)