mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-20 08:51:01 +00:00
Merge pull request #1344 from gtaylor/sp-rempository
Minor spelling fix. [CI SKIP]
This commit is contained in:
commit
69f5d90fd3
1 changed files with 1 additions and 1 deletions
2
router/middleware/cache/perms.go
vendored
2
router/middleware/cache/perms.go
vendored
|
@ -9,7 +9,7 @@ import (
|
||||||
const permKey = "perm"
|
const permKey = "perm"
|
||||||
|
|
||||||
// Perms is a middleware function that attempts to cache the
|
// 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.
|
// remote calls that might be expensive, slow or rate-limited.
|
||||||
func Perms(c *gin.Context) {
|
func Perms(c *gin.Context) {
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue