Merge pull request #4274 from dokku/josegonzalez-patch-1

Use correct warning message for deprecated code
This commit is contained in:
Jose Diaz-Gonzalez
2020-12-25 03:05:49 -05:00
committed by GitHub

View File

@@ -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")
}