We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459526d commit 14284a6Copy full SHA for 14284a6
1 file changed
src/python/hooks/sealights.go
@@ -99,9 +99,9 @@ func (sh SealightsHook) BeforeCompile(stager *libbuildpack.Stager) error {
99
return nil
100
}
101
102
- sealgithsServiceName, sealightsPlan := getSealightsServiceName(services)
+ sealightsServiceName, sealightsPlan := getSealightsServiceName(services)
103
104
- if sealgithsServiceName == "" {
+ if sealightsServiceName == "" {
105
sh.Log.Debug("No Sealights service found, exiting")
106
107
0 commit comments