Skip to content

Commit af4d5b2

Browse files
committed
Merge branch 'master' into test
2 parents 4714f3b + bed1328 commit af4d5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/set_push_chunks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ elif [[ $LIB_CHANGED == 'true' ]]; then
1010
if [[ $NETWORKING_CHANGED == 'true' ]]; then
1111
echo "Networking libraries changed. Building networking related sketches."
1212
networking_sketches=$(find libraries/WiFi -name *.ino -printf '%f ')
13-
networking_sketches+="$(find libraries/ETH -name *.ino -printf '%f ')"
13+
networking_sketches+="$(find libraries/Ethernet -name *.ino -printf '%f ')"
1414
networking_sketches+="$(find libraries/PPP -name *.ino -printf '%f ')"
1515
networking_sketches+="$(find libraries/NetworkClientSecure -name *.ino -printf '%f ')"
1616
networking_sketches+="$(find libraries/WebServer -name *.ino -printf '%f ')"

0 commit comments

Comments
 (0)