Skip to content

Commit fafbb08

Browse files
authored
gitlab: fix a typo
1 parent 7a4edfc commit fafbb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/payload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ type Project struct {
288288
Description string `json:"description"`
289289
WebURL string `json:"web_url"`
290290
AvatarURL string `json:"avatar_url"`
291-
GitSSSHURL string `json:"git_ssh_url"`
291+
GitSSHURL string `json:"git_ssh_url"`
292292
GitHTTPURL string `json:"git_http_url"`
293293
Namespace string `json:"namespace"`
294294
VisibilityLevel int64 `json:"visibility_level"`

0 commit comments

Comments
 (0)