diff options
| author | Trey Bastian <hello@treybastian.com> | 2025-10-30 12:30:11 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2025-10-30 12:30:11 +0000 |
| commit | 165f78c96d37a5801b1fc3c03d5a8208f82da319 (patch) | |
| tree | 4be271bbed1ee200f09a626a46486fe7ed16b680 /git-shell-commands/no-interactive-login | |
| parent | 5a4d92b4cfe00633481a23e708b73201c27ac673 (diff) | |
typo fix
Diffstat (limited to 'git-shell-commands/no-interactive-login')
| -rwxr-xr-x | git-shell-commands/no-interactive-login | 2 |
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 |
