mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-21 04:15:10 +00:00
Update deps, particularly to ensure https://aws.amazon.com/blogs/developer/aws-sdk-for-go-update-needed-for-go-1-8/ is covered
This commit is contained in:
2
vendor/github.com/google/go-github/github/orgs_hooks.go
generated
vendored
2
vendor/github.com/google/go-github/github/orgs_hooks.go
generated
vendored
@@ -62,7 +62,7 @@ func (s *OrganizationsService) CreateHook(org string, hook *Hook) (*Hook, *Respo
|
||||
return nil, resp, err
|
||||
}
|
||||
|
||||
return h, resp, err
|
||||
return h, resp, nil
|
||||
}
|
||||
|
||||
// EditHook updates a specified Hook.
|
||||
|
||||
Reference in New Issue
Block a user