From 106c873f83528efbd2b2b88a94d7e8d26c05891d Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 25 May 2016 16:38:37 -0400 Subject: [PATCH] lttng-modules: fix sloccount job --- jobs/lttng-modules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index b25fa1f..32d4013 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -332,7 +332,7 @@ builders: - shell: | - cloc --by-file --xml --out=cloc.xml lttng-modules/ + cloc --by-file --xml --out=cloc.xml src/lttng-modules/ publishers: - archive: -- 2.34.1