Change status message

This commit is contained in:
Alex Dadgar
2016-01-08 10:32:08 -08:00
parent 820086de49
commit 36030f1c9a

View File

@@ -185,7 +185,7 @@ func (c *StatusCommand) outputPeriodicInfo(client *api.Client, job *api.Job) err
}
if len(children) == 0 {
c.Ui.Output("\nNo previously launched jobs")
c.Ui.Output("\nNo instances of periodic job found")
return nil
}