summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 726d54e..c215bd5 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -50,7 +50,7 @@ fi
if ! test 302 = $(curl \
-H "X-Taler-Deployment-Color: $nonactive" \
- -s https://test.taler.net/ -o /dev/null \
+ -s https://test.taler.net/en/index.html -o /dev/null \
-w "%{http_code}"); then
echo Landing page did not restart correctly
exit 1