Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
Co-authored-by: Pugma <[email protected]>
  • Loading branch information
pirosiki197 and Pugma authored Jan 14, 2025
1 parent 0e69d85 commit 482dfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/infrastructure/backend/dockerimpl/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (b *Backend) containerLabels(app *domain.Application) map[string]string {
})
}

func (b *Backend) useSablierMiddleware(app *domain.Application) bool {
func (b *Backend) useSablier(app *domain.Application) bool {
return b.config.Middleware.Sablier.Enable &&
app.DeployType == domain.DeployTypeRuntime &&
app.Config.BuildConfig.GetRuntimeConfig().AutoShutdown.Enabled
Expand Down

0 comments on commit 482dfaa

Please sign in to comment.