Fix comment

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2020-01-13 15:19:35 -06:00
parent dd7c89c0de
commit d2c439a650
No known key found for this signature in database
GPG Key ID: 83E486E71AFEB820
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ var (
Token string
)
// Parse returns a service from a string
// Load returns a service from a string
func Load() (Service, error) {
switch strings.ToLower(config.Cfg.Service) {
case "github":