Skip to content

Commit 53dd1d2

Browse files
committed
chore: wip
chore: wip chore: wip
1 parent b63f441 commit 53dd1d2

File tree

8 files changed

+226
-122
lines changed

8 files changed

+226
-122
lines changed

.stacks/core/buddy/src/commands/cloud.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ export function cloud(buddy: CLI) {
129129
}
130130

131131
log.info('')
132-
log.info(`ℹ️ ${italic('Removing your cloud resources takes a while to complete.')}`)
133-
log.info(` ${italic('Please note, your backups will not be deleted yet. They will be set to delete themselves in 30 days though.')}`)
132+
log.info(` ${italic('ℹ️ Removing your cloud resources takes a while to complete.')}`)
133+
log.info(` ${italic('Please note, your backups will not yet be deleted. Though,')}`)
134+
log.info(` ${italic('Backups are scheduled to delete themselves in 30 days.')}`)
134135
log.info('')
135136

136137
// sleep for 2 seconds to get the user to read the message

0 commit comments

Comments
 (0)