diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 01d5c34..4f69f69 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -105,7 +105,7 @@ EOF --comment-file "${PHAB_LOG}" \ --host "${PHABRICATOR_HOST}/api/" \ --buildresult ${currentBuild.result} \ - ---clang-format-patch="${TARGET_DIR}/clang-format.patch" + ---clang-format-patch "${TARGET_DIR}/clang-format.patch" """ } }