Skip to content

Commit

Permalink
Merge branch 'main' into dev-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
permaficus authored Jun 5, 2024
2 parents f0d06e5 + adafa38 commit c74fc4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ program
throw new EnmavError(error.message);
}
const { updaterOptions } = configFile;

const { buildMax, minorMax } = {
buildMax: options.buildMax || updaterOptions.buildMax,
minorMax: options.minorMax || updaterOptions.minorMax
Expand Down

0 comments on commit c74fc4e

Please sign in to comment.