Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 6, 2023
1 parent c46afd0 commit 481f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/commands/migration/migration_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Further Information:
* Existing data structures on the target cluster will be skipped.
* It is recommended that the source cluster is put in read-only mode before the migration starts.
* Viridian clusters supports at most 14GB of primal data. If you try to migrate more than that, the failure
is expected. You can consider Viridian Dedicated for larger data migrations.";
is expected. You can consider Viridian Dedicated for larger data migrations.
`)
if !ec.Props().GetBool(clc.FlagAutoYes) {
p := prompt.New(ec.Stdin(), ec.Stdout())
Expand Down

0 comments on commit 481f271

Please sign in to comment.