Skip to content

Commit

Permalink
Update src/import.cmd.js
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Trieloff <[email protected]>
  • Loading branch information
tripodsan and trieloff authored Sep 29, 2023
1 parent 339db27 commit 947d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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...');

Check warning on line 58 in src/import.cmd.js

View check run for this annotation

Codecov / codecov/patch

src/import.cmd.js#L58

Added line #L58 was not covered by tests
// clone the ui project
await git.pull({
fs: fse,
Expand Down

0 comments on commit 947d565

Please sign in to comment.