This commit is contained in:
David Schroeder
2026-07-28 21:12:05 -05:00
parent 741e2ad9e8
commit 72f6be5b43
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ TAPM_ENSURE_RUNTIME_CONFIG() {
printf 'Enter an HTTPS origin without a path.\n' >&3
done
while true; do
printf 'Gitea hostname (example: git.example.com): ' >&3
printf 'Git hostname (example: git.example.com): ' >&3
IFS= read -r gitea_domain <"$input_device" || return 1
TAPM_VALID_GITEA_DOMAIN "$gitea_domain" && break
printf 'Enter a hostname without https:// or a path.\n' >&3