Skip to content

Commit

Permalink
fix Serkan's PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmetin committed Nov 3, 2023
1 parent 64e39bc commit 2147b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/commands/migration/migration_stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ func maybePrintWarnings(ctx context.Context, ec plug.ExecContext, ci *hazelcast.
}
if len(warnings) <= 5 {
ec.PrintlnUnnecessary("* " + strings.Join(warnings, "\n* "))
} else {
ec.PrintlnUnnecessary(fmt.Sprintf("You have %d warnings that you can find in your migration report.", len(warnings)))
}
}

Expand Down

0 comments on commit 2147b15

Please sign in to comment.