aboutsummaryrefslogtreecommitdiff
path: root/git-shell-commands
diff options
context:
space:
mode:
Diffstat (limited to 'git-shell-commands')
-rwxr-xr-xgit-shell-commands/no-interactive-login2
1 files changed, 1 insertions, 1 deletions
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