Skip to content

Commit

Permalink
fix typos in kapacitor cli (influxdata#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Cook authored Jul 6, 2016
1 parent c52281a commit 45a1310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/kapacitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1235,11 +1235,11 @@ func doShow(args []string) error {
fmt.Println("Template:", t.TemplateID)
fmt.Println("Type:", t.Type)
fmt.Println("Status:", t.Status)
fmt.Println("Executng:", t.Executing)
fmt.Println("Executing:", t.Executing)
fmt.Println("Created:", t.Created.Format(time.RFC822))
fmt.Println("Modified:", t.Modified.Format(time.RFC822))
fmt.Println("LastEnabled:", t.LastEnabled.Format(time.RFC822))
fmt.Println("Databases Retenton Policies:", t.DBRPs)
fmt.Println("Databases Retention Policies:", t.DBRPs)
fmt.Printf("TICKscript:\n%s\n", t.TICKscript)
if len(t.Vars) > 0 {
fmt.Println("Vars:")
Expand Down

0 comments on commit 45a1310

Please sign in to comment.