[SEBA-478] Renaming xos_services in xos-services

Change-Id: Iac6659d126d2c0d35da0724e3c49d9950ae46d0e
diff --git a/jjb/pipeline/xos-synchronizer-update.groovy b/jjb/pipeline/xos-synchronizer-update.groovy
index 2137652..8d122e0 100644
--- a/jjb/pipeline/xos-synchronizer-update.groovy
+++ b/jjb/pipeline/xos-synchronizer-update.groovy
@@ -124,7 +124,7 @@
            XOS_VERSION=\$(cat cord/orchestration/xos/VERSION)
 
            # update services
-           for df in cord/orchestration/xos_services/*/Dockerfile.synchronizer
+           for df in cord/orchestration/xos-services/*/Dockerfile.synchronizer
            do
              service_dirname=\$(basename \$(dirname "\$df"))
              if [[ "\$ALLOWED_SERVICES" =~ "\$service_dirname" ]]