Skip to content

Commit

Permalink
Update src/commands/init.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mihaela Mihalescu <mihaela.mhv@gmail.com>
  • Loading branch information
rmocanu-ionos and mimihalescu authored Feb 29, 2024
1 parent 40ca7a1 commit 6618157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class Init extends BaseCommand {
const { Toggle } = require('enquirer')

const prompt = new Toggle({
message: `Are you sure you want to re-init the current bucket (${config.get('s3.bucket')})?`,
message: `Are you sure you want to init the current bucket (${config.get('s3.bucket')})?`,
enabled: 'Yes',
disabled: 'No'
});
Expand Down

0 comments on commit 6618157

Please sign in to comment.