Skip to content

Commit 14284a6

Browse files
committed
Fix sealights typo.
1 parent 459526d commit 14284a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/python/hooks/sealights.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ func (sh SealightsHook) BeforeCompile(stager *libbuildpack.Stager) error {
9999
return nil
100100
}
101101

102-
sealgithsServiceName, sealightsPlan := getSealightsServiceName(services)
102+
sealightsServiceName, sealightsPlan := getSealightsServiceName(services)
103103

104-
if sealgithsServiceName == "" {
104+
if sealightsServiceName == "" {
105105
sh.Log.Debug("No Sealights service found, exiting")
106106
return nil
107107
}

0 commit comments

Comments
 (0)