mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
command/taint: fix comment
This commit is contained in:
parent
d411e2939f
commit
6f9a358cc4
@ -6,8 +6,8 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TaintCommand is a cli.Command implementation that refreshes the state
|
// TaintCommand is a cli.Command implementation that manually taints
|
||||||
// file.
|
// a resource, marking it for recreation.
|
||||||
type TaintCommand struct {
|
type TaintCommand struct {
|
||||||
Meta
|
Meta
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user