summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-06-05 16:24:39 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-06-05 16:24:39 +0200
commit3880b3bd4ec82699e9fca7fd9f22636ced31779d (patch)
treea3719f7afc5b9004af683b540ddcce2cdf7911c2 /scripts
parent6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff)
parent73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (diff)
downloadmullvadvpn-3880b3bd4ec82699e9fca7fd9f22636ced31779d.tar.xz
mullvadvpn-3880b3bd4ec82699e9fca7fd9f22636ced31779d.zip
Merge remote-tracking branch 'omahs/patch-1'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/find-stale-remote-branches.sh4
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))