From 5fdcaa4a00253182f9a61874c1006338e190e79f Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Wed, 3 Aug 2011 15:49:37 +0000
Subject: [PATCH] minor: adjust upload script to the new installer tarball name

SVN: 22329
---
 openbis_all/source/bash/upload-sprint-to-confluence.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/upload-sprint-to-confluence.py b/openbis_all/source/bash/upload-sprint-to-confluence.py
index 84ce6146db2..c2ae71838fa 100755
--- a/openbis_all/source/bash/upload-sprint-to-confluence.py
+++ b/openbis_all/source/bash/upload-sprint-to-confluence.py
@@ -84,7 +84,7 @@ def uploadToConfluenceAndPrintPageText(version):
   processFile("Application Server (AS)", "openBIS-server-screening", version, 2)
   processFile("Data Store Server (DSS)", "datastore_server-screening", version, 2)
 
-  processFile("Installation Wizard (AS+DSS)", "openBIS-installer-screening", version)
+  processFile("Installation Wizard (AS+DSS)", "openBIS-installation-screening", version)
 
   processFile("API", "screening-api", version)
 
-- 
GitLab