~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/status/status_history.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        var repeat int
93
93
        var i int
94
94
        repeatStatus := DetailedStatus{
95
 
                Status: StatusIdle,
 
95
                Status: Idle,
96
96
                Info:   "",
97
97
                Since:  &now,
98
98
        }