From 947d565c99cb0cf55453f9c6d9ba93f48f107543 Mon Sep 17 00:00:00 2001 From: Tobias Bocanegra Date: Fri, 29 Sep 2023 21:32:47 +0200 Subject: [PATCH] Update src/import.cmd.js Co-authored-by: Lars Trieloff --- src/import.cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import.cmd.js b/src/import.cmd.js index ee86efc0f..4ef5608ab 100644 --- a/src/import.cmd.js +++ b/src/import.cmd.js @@ -55,7 +55,7 @@ export default class ImportCommand extends AbstractServerCommand { }); this.log.info(`AEM Importer UI is ready. v${await getUIVersion()}`); } else { - this.log.info('Fetching latest version of the AEM Import UI...'); + this.log.info('Fetching latest version of the AEM Importer UI...'); // clone the ui project await git.pull({ fs: fse,