diff --git a/webbuild/webbuild-cgi b/webbuild/webbuild-cgi
index c222f93..a90cbd1 100755
--- a/webbuild/webbuild-cgi
+++ b/webbuild/webbuild-cgi
@@ -399,7 +399,7 @@ if [ "$REQUEST" = "refresh" -o "$REQUEST" = "refreshjobs" ]; then
b=`ps ax|grep "rpmbuild .*\.spec$"|while read l; do basename "${l/.spec}"; done`
echo -n "Load: ${u/*: } | Disk: $f | "
[ "$b" ] && echo -n "Building now: $b | "
- [ "`ps cax|grep smart`" ] && echo "Updating | "
+ [ "`ps cax|grep smart`" ] && echo "Updating | "
if [ "$STATE_JOBSSHOWALL" != "1" ]; then
echo "$USER's jobs: [Show all jobs]"
else