summaryrefslogtreecommitdiff
path: root/update-website
diff options
context:
space:
mode:
Diffstat (limited to 'update-website')
-rwxr-xr-xupdate-website3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-website b/update-website
index 679a64e..32ca5f8 100755
--- a/update-website
+++ b/update-website
@@ -73,7 +73,8 @@ for arch in "${!desc[@]}"; do
done
if [ $(echo "${kernels}" | grep -c '\S') -ne 1 ]; then
- >&2 echo 'Not exactly one kernel on the iso.'
+ >&2 echo 'Not exactly one kernel on the iso:'
+ >&2 echo "${kernels}"
exit 1
fi