summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-taler2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-taler b/bootstrap-taler
index dde91ac..9c7dfe5 100755
--- a/bootstrap-taler
+++ b/bootstrap-taler
@@ -130,7 +130,7 @@ if test "test" = $ENVNAME; then
if ! test -d $HOME/auditor_worker; then
echo Creating auditor_worker..
- buildbot-worker create-worker $HOME/auditor_worker localhost:9989 test-auditor-worker auditor-pass
+ buildbot-worker create-worker $HOME/auditor_worker localhost:9989 test-auditor-worker test-auditor-pass
else
echo auditor_worker already in place.
fi