style: use lowercase in comments
This commit is contained in:
parent
bc73292fca
commit
d3944e67b4
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ func manageArguments() {
|
|||
|
||||
flag.Parse()
|
||||
|
||||
// Override with flag values (higher precedence)
|
||||
// override with flag values (higher precedence)
|
||||
concurrency = *concurrencyFlag
|
||||
debug = *debugFlag
|
||||
gitlabHost = *hostFlag
|
||||
|
|
@ -122,7 +122,7 @@ func manageArguments() {
|
|||
logFatal("Configuration: Invalid archive option: "+includeArchived, nil)
|
||||
}
|
||||
|
||||
// Log configuration
|
||||
// log configuration
|
||||
logPrint("Configuration: Using GitLab host: "+gitlabHost, nil)
|
||||
logPrint("Configuration: Using destination: "+repoDestinationPre, nil)
|
||||
logPrint("Configuration: Using concurrency: "+strconv.Itoa(concurrency), nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue