Skip to content

Commit

Permalink
review commetn
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Jan 8, 2025
1 parent e12e605 commit 39f5117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yb-voyager/cmd/importData.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ var importDataCmd = &cobra.Command{
if importerRole == "" {
importerRole = TARGET_DB_IMPORTER_ROLE
}
sourceDBType = GetSourceDBTypeFromMSR()
err := retrieveMigrationUUID()
if err != nil {
utils.ErrExit("failed to get migration UUID: %w", err)
}
sourceDBType = GetSourceDBTypeFromMSR()
err = validateImportFlags(cmd, importerRole)
if err != nil {
utils.ErrExit("Error: %s", err.Error())
Expand Down

0 comments on commit 39f5117

Please sign in to comment.