We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4edfc commit fafbb08Copy full SHA for fafbb08
gitlab/payload.go
@@ -288,7 +288,7 @@ type Project struct {
288
Description string `json:"description"`
289
WebURL string `json:"web_url"`
290
AvatarURL string `json:"avatar_url"`
291
- GitSSSHURL string `json:"git_ssh_url"`
+ GitSSHURL string `json:"git_ssh_url"`
292
GitHTTPURL string `json:"git_http_url"`
293
Namespace string `json:"namespace"`
294
VisibilityLevel int64 `json:"visibility_level"`
0 commit comments