summaryrefslogtreecommitdiff
path: root/buildbot/make_auditor_reports.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/make_auditor_reports.sh')
-rwxr-xr-xbuildbot/make_auditor_reports.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index ca71cc5..ede8947 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -52,7 +52,7 @@ rm "${REPORT_FILE_NOEXT}.log"
# Group to assign the file.
GROUP="test"
-if $(whoami) | grep demo; then
+if echo $(whoami) | grep demo; then
GROUP="demo"
fi