From 4f0e64dc5bf99afd7278ef9c87629b438a64f07a Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Mon, 12 Apr 2021 07:58:12 +0200 Subject: [PATCH] Update install-esp8266.sh --- .github/ci/install-esp8266.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci/install-esp8266.sh b/.github/ci/install-esp8266.sh index c6308a41..2d923761 100644 --- a/.github/ci/install-esp8266.sh +++ b/.github/ci/install-esp8266.sh @@ -7,7 +7,7 @@ shopt -s globstar cd $HOME/arduino_ide/hardware mkdir esp8266com cd esp8266com -git clone clone -b 2.5.2 https://github.com/esp8266/Arduino.git esp8266 +git clone -b 2.5.2 https://github.com/esp8266/Arduino.git esp8266 cd esp8266 git submodule update --init cd tools