summaryrefslogtreecommitdiffstats
path: root/resources/scripts
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-22 10:41:11 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-22 10:41:11 (EST)
commit6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1 (patch)
tree198458caae58fd9054fdfef79ec6c6f179468b0b /resources/scripts
parentecf0ceff19f61e4a97636b3d8886f0208fadf8d9 (diff)
downloadlibreboot-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.zip
libreboot-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.tar.gz
libreboot-6425a49d06c20e4680e2e6a6cf18fae3dbb91ca1.tar.bz2
download/flashrom: fix typo: it's git, not subversion
Diffstat (limited to 'resources/scripts')
-rwxr-xr-xresources/scripts/helpers/download/flashrom2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom
index edf363a..99e9b02 100755
--- a/resources/scripts/helpers/download/flashrom
+++ b/resources/scripts/helpers/download/flashrom
@@ -36,7 +36,7 @@ rm -Rf "flashrom/"
# Get flashrom
# ------------------------------------------------------------------------------
-# download it using subversion
+# download it using git
git clone https://github.com/stefanct/flashrom.git
cd "flashrom/"