[SEBA-478] Renaming xos_services in xos-services

Change-Id: I6d2a50bc92fda0fd39183ff0f12fc1a5d97faf81
diff --git a/scripts/xproto_sanity_check.py b/scripts/xproto_sanity_check.py
index f977b28..4ccd7d3 100755
--- a/scripts/xproto_sanity_check.py
+++ b/scripts/xproto_sanity_check.py
@@ -21,7 +21,7 @@
 
 SCRIPT_DIR=os.path.dirname(os.path.realpath(__file__))
 BASE_DIR=os.path.join(SCRIPT_DIR,"..","..","..")
-SERVICES_DIR=os.path.join(BASE_DIR,"orchestration","xos_services")
+SERVICES_DIR=os.path.join(BASE_DIR,"orchestration","xos-services")
 CORE_XPROTO=os.path.join(BASE_DIR,"orchestration","xos","xos","core","models","core.xproto")
 TARGET=os.path.join(BASE_DIR,"orchestration","xos","lib","xos-genx","xosgenx","targets","fieldlist.xtarget")