From 36030f1c9ab9282312ec4e724e917dae2867a1d4 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 8 Jan 2016 10:32:08 -0800 Subject: [PATCH] Change status message --- command/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/status.go b/command/status.go index 315afe1ee..7f9034054 100644 --- a/command/status.go +++ b/command/status.go @@ -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 }