mirror of
https://github.com/harness/drone.git
synced 2025-05-16 00:50:00 +08:00
Replace configuraiton by configuration in router/middleware/remote.go
obvious fix
This commit is contained in:
parent
8dc3c452e0
commit
3081206f9e
@ -38,7 +38,7 @@ func Remote() gin.HandlerFunc {
|
|||||||
case "bitbucketserver":
|
case "bitbucketserver":
|
||||||
remote_ = bitbucketserver.Load(*config)
|
remote_ = bitbucketserver.Load(*config)
|
||||||
default:
|
default:
|
||||||
logrus.Fatalln("remote configuraiton not found")
|
logrus.Fatalln("remote configuration not found")
|
||||||
}
|
}
|
||||||
|
|
||||||
return func(c *gin.Context) {
|
return func(c *gin.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user