mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
chore: ensure ps:stop has a proper cli header
This commit is contained in:
@@ -183,7 +183,7 @@ func Stop(appName string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
common.LogQuiet(fmt.Sprintf("Stopping %s", appName))
|
||||
common.LogInfo1Quiet(fmt.Sprintf("Stopping %s", appName))
|
||||
scheduler := common.GetAppScheduler(appName)
|
||||
|
||||
if err := common.PlugnTrigger("scheduler-stop", []string{scheduler, appName}...); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user