summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-08 06:36:28 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-08 06:36:28 (EDT)
commit04ac27a7d25ea7396b7b84d662bff063d2f56b47 (patch)
tree756c7c252d85222ed27323b0c00212da658b68bf
parent9d59354f68374584d135f8883ccc9270ca2b3885 (diff)
downloadlibreboot-04ac27a7d25ea7396b7b84d662bff063d2f56b47.zip
libreboot-04ac27a7d25ea7396b7b84d662bff063d2f56b47.tar.gz
libreboot-04ac27a7d25ea7396b7b84d662bff063d2f56b47.tar.bz2
build/release/docs: fix typo
-rwxr-xr-xresources/scripts/helpers/build/release/docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/docs b/resources/scripts/helpers/build/release/docs
index c89e69c..523d176 100755
--- a/resources/scripts/helpers/build/release/docs
+++ b/resources/scripts/helpers/build/release/docs
@@ -35,7 +35,7 @@ printf 'Deleting old documentation release archives\n'
rm -f "${distdir}.tar.xz"
printf '%s\n' "${version}" >"docs/version"
-printf 'Creating compressed documentation archive at %s/\n' "${distdir}.tar.xz"
+printf 'Creating compressed documentation archive at %s\n' "${distdir}.tar.xz"
tar -c "docs/" | xz -9e >"${distdir}.tar.xz"
rm -f "docs/version"