From d5cf0abfa344021ee9dfaa73e41efee6b63c5f0d Mon Sep 17 00:00:00 2001 From: Josh Lind Date: Sun, 5 Jan 2025 19:07:28 -0500 Subject: [PATCH] [Devtools] Update comment for merge-base commit delays. --- devtools/aptos-cargo-cli/src/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/aptos-cargo-cli/src/common.rs b/devtools/aptos-cargo-cli/src/common.rs index 3e93737ee401b..43e5cca1f3195 100644 --- a/devtools/aptos-cargo-cli/src/common.rs +++ b/devtools/aptos-cargo-cli/src/common.rs @@ -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.