command/taint: fix comment
This commit is contained in:
parent
d411e2939f
commit
6f9a358cc4
|
@ -6,8 +6,8 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// TaintCommand is a cli.Command implementation that refreshes the state
|
||||
// file.
|
||||
// TaintCommand is a cli.Command implementation that manually taints
|
||||
// a resource, marking it for recreation.
|
||||
type TaintCommand struct {
|
||||
Meta
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue