Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 85c43ad

Browse files
author
Rob Bishop
committed
Merge pull request #66 from lurch/patch-2
Typo fix - rpi-userland-head was actually storing rpi-firmware's git has...
2 parents 9b87911 + 6c8b60e commit 85c43ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDME.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for i in $*; do
2323
if [ $i = "update-userland" ]; then
2424
rm -rf output/build/rpi-userland-master
2525
rm -rf dl/rpi-userland-master.tar.gz
26-
echo "rpi-userland Git HEAD @ "`git ls-remote --heads https://github.com/raspberrypi/firmware | sed -n 2p` > rpi-userland-head &
26+
echo "rpi-userland Git HEAD @ "`git ls-remote --heads https://github.com/raspberrypi/userland | sed -n 2p` > rpi-userland-head &
2727
fi
2828
done
2929

0 commit comments

Comments
 (0)