summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-29 09:47:31 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-29 09:47:31 +0200
commit07c704d331e340032f343e19b43f401239c830f5 (patch)
tree6cb8ac2ac3f3e49380a17310eeabb01230e6a1bd /buildbot/master.cfg
parent4dff26f17a6a9eb2cc3e6ff852b2a0d84d0e8982 (diff)
downloaddeployment-07c704d331e340032f343e19b43f401239c830f5.tar.gz
deployment-07c704d331e340032f343e19b43f401239c830f5.tar.bz2
deployment-07c704d331e340032f343e19b43f401239c830f5.zip
typo
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7953869..52c8bdb 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -94,7 +94,7 @@ wallet_factory.addStep(Git(repourl='git://git.taler.net/wallet-webex.git',
branch='master'))
wallet_factory.addStep(ShellCommand(name="configuration",
- descrition="Running configure script",
+ description="Running configure script",
descriptionDone="Correctly configured",
command=["./configure && make check"],
workdir="build/"))