Skip to content

Commit

Permalink
fix typo on src/service.ts (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
keima authored Oct 18, 2024
1 parent 8be5528 commit 75eac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const init = async (config: Config) => {
// Create workspace
await makeDir(workspace());

log.info(`Succeeded to cerate directory.`);
log.info(`Succeeded to create directory.`);

// Copy actual images
await copyActualImages(config.imageDirectoryPath);
Expand Down

0 comments on commit 75eac99

Please sign in to comment.