Add missing colon

Change-Id: I960af6f0c503c6c466606fe12efe417dd5b6c0bb
diff --git a/Jenkinsfile b/Jenkinsfile
index 5732b3f..03402b4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@
 }
 
 def validateXMLwithDTD() {
-    sh returnStdout: true, script 'validate_manifest.sh'
+    sh returnStdout: true, script: 'validate_manifest.sh'
 }
 
 int checkBranchExists(def proj) {