Skip to content

Commit f7897f5

Browse files
committed
shorter Text
1 parent 9fd68fe commit f7897f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ mkdir -p dist
9393
rm -rf dependencies.lock
9494

9595
if [ $SKIP_ENV -eq 0 ]; then
96-
echo "* Installing/Updating ESP-IDF / Arduino and all components..."
96+
echo "* Installing ESP-IDF/Arduino and all components..."
9797
# install arduino component
9898
./tools/install-arduino.sh
9999
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)