Skip to content

Commit

Permalink
[Devtools] Update comment for merge-base commit delays.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Jan 6, 2025
1 parent 81a2f42 commit 55788f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/aptos-cargo-cli/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const IGNORED_DETERMINATOR_PATHS: [&str; 8] = [
"terraform/*",
];

// The maximum number of days allowed since the merge-base commit for the branch
// The maximum number of days allowed since the merge-base commit for the branch.
const MAX_NUM_DAYS_SINCE_MERGE_BASE: u64 = 7;

// The delimiter used to separate the package path and the package name.
Expand Down

0 comments on commit 55788f7

Please sign in to comment.