summaryrefslogtreecommitdiff
path: root/fetch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-27 18:25:49 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-27 18:25:49 +0100
commit623c33891774eeee57e010d3c43ce2987f266f9c (patch)
tree9997a1fd2eddb95222d15a766d027492443f4783 /fetch
parent4a280c629fca886547eb0f4ebbe6319b75b240d7 (diff)
fix typo in error message ("as not permitted")
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'fetch')
-rwxr-xr-xfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch b/fetch
index bcd46af9..270d6cb9 100755
--- a/fetch
+++ b/fetch
@@ -20,7 +20,7 @@ main()
id -u 1>/dev/null 2>/dev/null || \
fail "cannot ascertain user id"
if [ "$(id -u)" = "0" ]; then
- fail "running lbmk as root as not permitted"
+ fail "running lbmk as root is not permitted"
fi
./checkgit || err "Please read: https://libreboot.org/docs/build/"