Skip to content

Commit

Permalink
Update gitprovider/enums.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Prodan <[email protected]>
  • Loading branch information
yiannistri and stefanprodan authored Sep 28, 2020
1 parent 0447b7e commit 1d05d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitprovider/enums.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ type TokenPermission int

const (
// Read/Write permission for public/private repositories.
TokenPermissionFullRepo TokenPermission = iota + 1
TokenPermissionRWRepository TokenPermission = iota + 1
)

0 comments on commit 1d05d25

Please sign in to comment.