Skip to content

Commit

Permalink
Merge pull request #110 from wasphin/patch-1
Browse files Browse the repository at this point in the history
gitlab: fix a typo
  • Loading branch information
Toshik1978 authored Jan 6, 2021
2 parents b6a3080 + fafbb08 commit 8a87033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ type Project struct {
Description string `json:"description"`
WebURL string `json:"web_url"`
AvatarURL string `json:"avatar_url"`
GitSSSHURL string `json:"git_ssh_url"`
GitSSHURL string `json:"git_ssh_url"`
GitHTTPURL string `json:"git_http_url"`
Namespace string `json:"namespace"`
VisibilityLevel int64 `json:"visibility_level"`
Expand Down

0 comments on commit 8a87033

Please sign in to comment.