summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6477ff0..0c99aa4 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -78,7 +78,7 @@ globalSwitcher.addStep(Git(repourl='git://git.taler.net/deployment.git',
method='fresh',
haltOnFailure=True,
branch='master'))
-globalSwitcher.addStep(ShellCommand(name="invalidation",
+globalSwitcher.addStep(ShellCommand(name="switcher",
description="Invalidating timestamps",
descriptionDone="timestamps invalidated",
command=["./switch_active.sh"],