diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:19:08 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:19:08 -0700 |
commit | ece5fda25e70409032a16ea1cd64b0457279607b (patch) | |
tree | e665097fff51ab5443259de511c2649e3393c586 /docs/misc/patch.md | |
parent | 89a1d8e105de43ae0b3eafd9a37bed33cdabfb3e (diff) | |
download | librebootfr-ece5fda25e70409032a16ea1cd64b0457279607b.tar.gz librebootfr-ece5fda25e70409032a16ea1cd64b0457279607b.zip |
Fix -- bug
Diffstat (limited to 'docs/misc/patch.md')
-rw-r--r-- | docs/misc/patch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/patch.md b/docs/misc/patch.md index 8359ecd6..7b44f7be 100644 --- a/docs/misc/patch.md +++ b/docs/misc/patch.md @@ -88,7 +88,7 @@ it really is. Now to apply that patch in the future, just git clone it again and do with the git revision you found from above:\ -**\$ git reset \--hard REVISIONNUMBER** +**\$ git reset --hard REVISIONNUMBER** Now put patch.git in the git clone directory and do:\ **\$ git apply patch.git** |