Silence logger a bit

Signed-off-by: Axel Hecht <axel@pike.org>
This commit is contained in:
Axel Hecht
2021-08-18 19:53:39 +02:00
parent 87814d231f
commit be944d6c5c
@@ -242,7 +242,7 @@ export function createFetchTemplateAction(options: {
}
const outputPath = resolvePath(outputDir, localOutputPath);
if (!renderContents) {
if (!renderContents && !extension) {
ctx.logger.info(
`Copying file/directory ${location} without processing.`,
);