mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
Merge pull request #4274 from dokku/josegonzalez-patch-1
Use correct warning message for deprecated code
This commit is contained in:
@@ -40,7 +40,7 @@ func CommandFailed(appName string, allApps bool) error {
|
||||
}
|
||||
|
||||
if appName == "" {
|
||||
common.LogWarn("Deprecated: Restore specified without app, assuming --all")
|
||||
common.LogWarn("Deprecated: logs:failed specified without app, assuming --all")
|
||||
return common.RunCommandAgainstAllAppsSerially(GetFailedLogs, "logs:failed")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user