summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-29 20:55:41 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-29 20:55:41 +0200
commit4883a7664f61880d95ad0030c20197e7d08a9145 (patch)
tree471b655e07b0e7f9e73e54b56cfddf82dc8ffca3 /buildbot
parenta5ffe0f7a70ce0eb8b50629d50cc3997d6e119dd (diff)
downloaddeployment-4883a7664f61880d95ad0030c20197e7d08a9145.tar.gz
deployment-4883a7664f61880d95ad0030c20197e7d08a9145.tar.bz2
deployment-4883a7664f61880d95ad0030c20197e7d08a9145.zip
fix whoami
Diffstat (limited to 'buildbot')
-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