Apply suggestion from @Crash--
Co-authored-by: Quentin Valmori <quentin.valmori@gmail.com>
This commit is contained in:
@@ -79,7 +79,7 @@ const migrateUsersCommand: yargs.CommandModule<unknown, unknown> = {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log(
|
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
|
userObject
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user