aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-10-30 12:30:11 +0000
committerTrey Bastian <hello@treybastian.com>2025-10-30 12:30:11 +0000
commit165f78c96d37a5801b1fc3c03d5a8208f82da319 (patch)
tree4be271bbed1ee200f09a626a46486fe7ed16b680
parent5a4d92b4cfe00633481a23e708b73201c27ac673 (diff)
typo fix
-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