From 165f78c96d37a5801b1fc3c03d5a8208f82da319 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Thu, 30 Oct 2025 12:30:11 +0000 Subject: typo fix --- git-shell-commands/no-interactive-login | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-shell-commands/no-interactive-login b/git-shell-commands/no-interactive-login index 53cc284..cf88c04 100755 --- a/git-shell-commands/no-interactive-login +++ b/git-shell-commands/no-interactive-login @@ -1,5 +1,5 @@ #!/bin/sh -pjintf '%s\n' "Hi $USER! You've successfully authenticated, but I do not" +printf '%s\n' "Hi $USER! You've successfully authenticated, but I do not" printf '%s\n' "provide interactive shell access. Please go away now!" exit 128 -- cgit v1.2.3