Skip to content

Commit 8a87033

Browse files
authored
Merge pull request #110 from wasphin/patch-1
gitlab: fix a typo
2 parents b6a3080 + fafbb08 commit 8a87033

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
@@ -294,7 +294,7 @@ type Project struct {
294294
Description string `json:"description"`
295295
WebURL string `json:"web_url"`
296296
AvatarURL string `json:"avatar_url"`
297-
GitSSSHURL string `json:"git_ssh_url"`
297+
GitSSHURL string `json:"git_ssh_url"`
298298
GitHTTPURL string `json:"git_http_url"`
299299
Namespace string `json:"namespace"`
300300
VisibilityLevel int64 `json:"visibility_level"`

0 commit comments

Comments
 (0)