Skip to content

Commit f1e860a

Browse files
Update modules/private/hook.go
Co-authored-by: silverwind <[email protected]>
1 parent 77469ca commit f1e860a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/private/hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func SetDefaultBranch(ownerName, repoName, branch string) error {
154154
return nil
155155
}
156156

157-
// SSHLog send ssh error log to
157+
// SSHLog sends ssh error log response
158158
func SSHLog(isErr bool, msg string) error {
159159
reqURL := setting.LocalURL + "api/internal/ssh/log"
160160
req := newInternalRequest(reqURL, "POST")

0 commit comments

Comments
 (0)