diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-02-21 04:34:47 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-02-21 04:34:47 +0000 |
commit | e0e8e1200411f8a4027601e183e01696d5a54979 (patch) | |
tree | d8d31d3f9ce307f6c3542fead405fc9e3974ecb1 | |
parent | e692402f658bc55ca4afd5dcc69e5a62ea85355e (diff) | |
download | librebootfr-e0e8e1200411f8a4027601e183e01696d5a54979.tar.gz librebootfr-e0e8e1200411f8a4027601e183e01696d5a54979.zip |
typofix
-rwxr-xr-x | resources/scripts/helpers/download/grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index a47e1136..eec9120e 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 # ------------------------------------------------------------------------------ |