Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit 51fea8f

Browse files
committed
fix nil pointer exception
1 parent 8bc4ad3 commit 51fea8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mungegithub/mungers/flake-manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (p *FlakeManager) Initialize(config *github.Config, features *features.Feat
7979
p.config = config
8080
p.googleGCSBucketUtils = utils.NewUtils(utils.KubekinsBucket, utils.LogDir)
8181

82-
var owner *testowner.ReloadingOwnerList
82+
var owner sync.OwnerMapper
8383
var err error
8484
if p.ownerPath != "" {
8585
owner, err = testowner.NewReloadingOwnerList(p.ownerPath)

0 commit comments

Comments
 (0)