Remove comment about main from update-required-checks.sh

This commit is contained in:
Michael B. Gale
2025-09-08 17:29:49 +01:00
parent 0a56aada02
commit 01fd48d5b6

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env bash
# Update the required checks based on the current branch.
# Typically, this will be main.
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
REPO_DIR="$(dirname "$SCRIPT_DIR")"