aboutsummaryrefslogtreecommitdiff
path: root/ssh_handle_receive_pack.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_handle_receive_pack.go')
-rw-r--r--ssh_handle_receive_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_handle_receive_pack.go b/ssh_handle_receive_pack.go
index 72ac3de..2eb647d 100644
--- a/ssh_handle_receive_pack.go
+++ b/ssh_handle_receive_pack.go
@@ -10,7 +10,7 @@ import (
"go.lindenii.runxiyu.org/lindenii-common/cmap"
)
-var err_unauthorized_push = errors.New("You are not authorized to push to this repository")
+var err_unauthorized_push = errors.New("you are not authorized to push to this repository")
type pack_to_hook_t struct {
session *glider_ssh.Session