summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-02-20 23:34:47 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-02-20 23:34:47 (EST)
commite0e8e1200411f8a4027601e183e01696d5a54979 (patch)
treed8d31d3f9ce307f6c3542fead405fc9e3974ecb1 /resources
parente692402f658bc55ca4afd5dcc69e5a62ea85355e (diff)
downloadlibreboot-e0e8e1200411f8a4027601e183e01696d5a54979.zip
libreboot-e0e8e1200411f8a4027601e183e01696d5a54979.tar.gz
libreboot-e0e8e1200411f8a4027601e183e01696d5a54979.tar.bz2
typofix
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/download/grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index a47e113..eec9120 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -41,7 +41,7 @@ git clone git://git.savannah.gnu.org/grub.git
cd "grub/"
# reset to known revision
-git reset --hard e3745f908706c07fa249616255ed993ef5704351y
+git reset --hard e3745f908706c07fa249616255ed993ef5704351
# Apply patches
# ------------------------------------------------------------------------------