diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-06-05 16:24:39 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-06-05 16:24:39 +0200 |
| commit | 3880b3bd4ec82699e9fca7fd9f22636ced31779d (patch) | |
| tree | a3719f7afc5b9004af683b540ddcce2cdf7911c2 /scripts | |
| parent | 6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff) | |
| parent | 73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (diff) | |
| download | mullvadvpn-3880b3bd4ec82699e9fca7fd9f22636ced31779d.tar.xz mullvadvpn-3880b3bd4ec82699e9fca7fd9f22636ced31779d.zip | |
Merge remote-tracking branch 'omahs/patch-1'
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)) |
