Skip to content

Commit

Permalink
chore(gitTimeOut): improve description (#15180)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Apr 19, 2022
1 parent 6c7e79f commit a8930b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ const options: RenovateOptions[] = [
{
name: 'gitTimeout',
description:
'Configure the timeout with a number of milliseconds to wait for a git task',
'Configure the timeout with a number of milliseconds to wait for a Git task.',
type: 'integer',
globalOnly: true,
default: 10000,
Expand Down

0 comments on commit a8930b7

Please sign in to comment.