mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix code
This commit is contained in:
@@ -340,7 +340,7 @@ func (app *Application) IsInServe() bool {
|
||||
return app.server != nil
|
||||
}
|
||||
|
||||
func (app *Application) ShotDown(ctx context.Context) error {
|
||||
func (app *Application) ShutDown(ctx context.Context) error {
|
||||
if app.server != nil {
|
||||
return app.server.Shutdown(ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user