Skip to content

Commit

Permalink
review note #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Aug 22, 2022
1 parent b611e29 commit 7f566eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private fun SaveProperties.validate(): SaveProperties {
}
if (batchSize < 1) {
return logErrorAndExit(
ExitCodes.INVALID_CONFIGURATION, "Property `batch-size` should be more than 1."
ExitCodes.INVALID_CONFIGURATION, "Property `batch-size` should be more or equal to 1."
)
}
overrideExecCmd?.also {
Expand Down

0 comments on commit 7f566eb

Please sign in to comment.