command/taint: fix comment

This commit is contained in:
Mitchell Hashimoto 2015-02-26 14:30:02 -08:00
parent d411e2939f
commit 6f9a358cc4
1 changed files with 2 additions and 2 deletions

View File

@ -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
} }