Merge pull request #1598 from bbenoist/configuraiton-typo [CI SKIP]

Replace configuraiton by configuration in router/middleware/remote.go
This commit is contained in:
Brad Rydzewski 2016-04-27 13:54:49 -07:00
commit 74475490bb

View file

@ -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) {