chore: fix some comments (#5224)

Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
This commit is contained in:
chuangjinglu
2024-11-26 01:35:00 +08:00
committed by GitHub
parent 96813b1317
commit da3701c0cf
5 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ variable "SOURCE_REPOSITORY_URL" {
default = null
}
// The commit hash of of the current commit this build was triggered on
// The commit hash of the current commit this build was triggered on
variable "SOURCE_COMMIT" {
default = null
}