mirror of
https://github.com/cupcakearmy/unbrew.git
synced 2024-12-21 15:46:27 +00:00
fix typo
This commit is contained in:
parent
73e95b75b1
commit
d3f1b3913e
@ -108,7 +108,7 @@ async function main() {
|
||||
{
|
||||
type: 'confirm',
|
||||
name: 'confirmed',
|
||||
message: `Delelte: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`,
|
||||
message: `Delete: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`,
|
||||
},
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user