Skip to content

Commit

Permalink
Fixed typo in install_arduino_cores.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Aug 4, 2024
1 parent c9da802 commit 51b0b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/linux/install_arduino_cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ echo
export ARDUINO_CONFIG_PATH="/home/$USER/.arduino15/arduino-cli.yaml"
echo ARDUINO_CONFIG_PATH set to '$ARDUINO_CONFIG_PATH'
cat "$ARDUINO_CONFIG_PATH"
echo.
echo.
echo
echo

echo Adding arduinocli-core-esp8266.yaml to arduino-cli config...
yaml-merge --nostdin arduinocli-core-esp8266.yaml '$ARDUINO_CONFIG_PATH' --overwrite='$ARDUINO_CONFIG_PATH'
Expand Down

0 comments on commit 51b0b30

Please sign in to comment.