Skip to content

Commit

Permalink
Update packages/cli/src/commands/spaces/destroy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sandy Lai <[email protected]>
  • Loading branch information
justinwilaby and SandyPantsLai authored Jan 10, 2025
1 parent 837ab88 commit f979894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/spaces/destroy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class Destroy extends Command {
${color.yellow('⚠️ Deleting this space frees up the following outbound IPv4 and IPv6 IPs for reuse:')}
${color.bold(displayNat(space.outbound_ips) ?? '')}
${color.dim('Please update the following configurations:')}
${color.dim('Update the following configurations:')}
${color.dim('=')} IP allowlists
${color.dim('=')} Firewall rules
${color.dim('=')} Security group configurations
Expand Down

0 comments on commit f979894

Please sign in to comment.