Skip to content

Commit

Permalink
Patch missed variable in renaming to Recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Jan 17, 2024
1 parent 7b8b36b commit 5865e21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ object Redshift {
loadAuthMethod,
discoveredShredModels.shredModel,
tableName,
isRecovery && !isMigrationDisabled
isRecovery && !isRecoveryDisabled
)
}
.toList
Expand Down

0 comments on commit 5865e21

Please sign in to comment.