summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-03 10:58:20 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-03 10:58:20 +0100
commit608e740288777dd9ec238758f15bfb00a624f4b2 (patch)
tree32c7a952aaa5aa847969dcc2c3eef000b3c167b3
parent8e3e5a16e818f79ab832bf94179e500cc5703bd0 (diff)
downloaddeployment-608e740288777dd9ec238758f15bfb00a624f4b2.tar.gz
deployment-608e740288777dd9ec238758f15bfb00a624f4b2.tar.bz2
deployment-608e740288777dd9ec238758f15bfb00a624f4b2.zip
right names
-rwxr-xr-xbuildbot/switch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/switch.sh b/buildbot/switch.sh
index 018eb59..0489727 100755
--- a/buildbot/switch.sh
+++ b/buildbot/switch.sh
@@ -10,7 +10,7 @@ fi
cmd=$(printf "%s; %s" \
"cd /home/test" \
- "./deployment/bin/taler-deployment-switch-${nonactive}.sh")
+ "./deployment/bin/taler-deployment-switch-${nonactive}")
echo "Switching to ${nonactive}."
sudo -u test bash -c "${cmd}"