diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/find-stale-remote-branches.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/find-stale-remote-branches.sh b/scripts/find-stale-remote-branches.sh index 816db2f77c..63d80189b4 100755 --- a/scripts/find-stale-remote-branches.sh +++ b/scripts/find-stale-remote-branches.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# Find and print all remote branches not commited to in over two months. -# Prints grouped by commiter email. Used to detect stale branches that +# Find and print all remote branches not committed to in over two months. +# Prints grouped by committer email. Used to detect stale branches that # could potentially be removed. TWO_MONTHS=$((60 * 60 * 24 * 60)) |
