[releng] Fix the JIRO publication script
Change-Id: I87589ecf7d085bac5876392ad9c53e575c9a2623
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
diff --git a/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh b/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh
index 951f5db..2698e4c 100755
--- a/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh
+++ b/releng/org.eclipse.sirius.releng/publish-nightly-jiro.sh
@@ -45,7 +45,7 @@
export SSH_ACCOUNT="genie.sirius@projects-storage.eclipse.org"
# The root folder for all Sirius udpate sites
-export SIRIUS_UPDATES_ROOT="/home/data/httpd/download.eclipse.org/sirius/staging"
+export SIRIUS_UPDATES_ROOT="/home/data/httpd/download.eclipse.org/sirius/updates"
# Streams are of the form 1.0.x: only keep major and minor version number parts
export STREAM=$(echo "$VERSION" | sed -r -e 's/^([0-9]+\.[0-9]+\.).*$/\1x/')