Apply suggestion from @Crash--

Co-authored-by: Quentin Valmori <quentin.valmori@gmail.com>
This commit is contained in:
Khaled Ferjani
2025-10-15 13:52:25 +02:00
committed by GitHub
parent e60af9caf3
commit 680870e416
@@ -79,7 +79,7 @@ const migrateUsersCommand: yargs.CommandModule<unknown, unknown> = {
}
} else {
console.log(
`[DRY-RUN] Would create Cozy instance for user ${user.email_canonical} with the following params`,
`[DRY-RUN] Would create Cozy instance for user ${user.email_canonical} and slug ${sanitizeSlug(userId)} with the following params`,
userObject
);
}