From e6760f611a7ac1a8ac2b52cbbba22f43dffbaec3 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 3 Feb 2017 13:29:10 -0800 Subject: [PATCH] infra: fix for typo in wercker.yml for previous commit --- wercker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index 0c22a19e4..337bb1a4c 100644 --- a/wercker.yml +++ b/wercker.yml @@ -84,4 +84,4 @@ build: && git clone https://github.com/checkstyle/contribution && cd contribution/checkstyle-tester && cd ../../ && mvn clean install -Pno-validations && cd contribution/checkstyle-tester - && groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --checksyleCfg checks-nonjavadoc-error.xml + && groovy ./launch.groovy --listOfProjects projects-for-wercker.properties --checkstyleCfg checks-nonjavadoc-error.xml