Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Tweak message
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhu authored Apr 12, 2023
1 parent 6177b81 commit 6e3f0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpggen/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 6e3f0af

Please sign in to comment.