From 6e3f0af0a6598d4370dbf12bee3fab8bfdfab125 Mon Sep 17 00:00:00 2001 From: prabhu Date: Tue, 11 Apr 2023 19:30:55 -0700 Subject: [PATCH] Tweak message --- cpggen/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpggen/executor.py b/cpggen/executor.py index 7f00e33..0c14a51 100644 --- a/cpggen/executor.py +++ b/cpggen/executor.py @@ -289,7 +289,7 @@ def exec_tool( # Perform build first if auto_build: LOG.info( - f"Automatically building {src}. To speed up this step, cache the {tool_lang} dependencies using the CI build cache." + f"Automatically building {src}. To speed up this step, cache the build dependencies using the CI cache settings." ) do_build(tool_lang, src, cwd, env) uber_jar = ""