Skip to content

Commit

Permalink
Made the suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshGahlot committed Jan 31, 2025
1 parent 514ab35 commit 308e6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yb-voyager/cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func checkDependenciesForExport() (binaryCheckIssues []string, err error) {

case ORACLE:
// In case if it is not a live migration, then we need to check for ora2pg
if !(changeStreamingIsEnabled(exportType) || !useDebezium) {
if !(changeStreamingIsEnabled(exportType) || useDebezium) {
missingTools = utils.CheckTools("ora2pg")
}
missingTools = utils.CheckTools("sqlplus")
Expand Down

0 comments on commit 308e6b2

Please sign in to comment.