pull/74/head
Yasuhiro Matsumoto 2018-01-29 13:16:31 +09:00 committed by mattn
parent 0022a53649
commit b9e51b2916
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func cmdInstanceActivity(c *cli.Context) error {
fmt.Fprintf(c.App.Writer, "Logins : %v\n", activity.Logins)
fmt.Fprintf(c.App.Writer, "Registrations : %v\n", activity.Registrations)
fmt.Fprintf(c.App.Writer, "Statuses : %v\n", activity.Statuses)
fmt.Fprintf(c.App.Writer, "EMail : %v\n", activity.Week)
fmt.Fprintf(c.App.Writer, "Week : %v\n", activity.Week)
}
return nil
}