mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-22 16:31:23 +00:00
Minor spelling fix.
This commit is contained in:
2
router/middleware/cache/perms.go
vendored
2
router/middleware/cache/perms.go
vendored
@@ -9,7 +9,7 @@ import (
|
||||
const permKey = "perm"
|
||||
|
||||
// Perms is a middleware function that attempts to cache the
|
||||
// user's remote rempository permissions (ie in GitHub) to minimize
|
||||
// user's remote repository permissions (ie in GitHub) to minimize
|
||||
// remote calls that might be expensive, slow or rate-limited.
|
||||
func Perms(c *gin.Context) {
|
||||
var (
|
||||
|
Reference in New Issue
Block a user