Skip to content

Commit a8eff6a

Browse files
committed
Fix custom ethernet library location
1 parent cdecc40 commit a8eff6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleProjects/NetworkLib/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# then get the custom one we want to use for testing
55
cd $(bundle exec arduino_library_location.rb)
66
if [ ! -d ./Ethernet ] ; then
7-
git clone https://github.com/arduino-libraries/Ethernet.git
7+
git clone https://github.com/Arduino-CI/Ethernet.git
88
fi

0 commit comments

Comments
 (0)