File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments