We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent128ee9a commita161b38Copy full SHA for a161b38
Taskfile.yml
@@ -116,7 +116,7 @@ tasks:
116
TMP_PATH="$(mktemp -d)"
117
DEST_PATH="debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli/"
118
echo "Cloning arduino/app-bricks-example into temporary directory ${TMP_PATH}..."
119
- 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}"
120
rm -rf "${DEST_PATH}/examples"
121
mkdir -p "${DEST_PATH}"
122
mv "${TMP_PATH}/examples" "${DEST_PATH}"