Skip to content

Commit

Permalink
command/taint: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Feb 26, 2015
1 parent d411e29 commit 6f9a358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/taint.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6f9a358

Please sign in to comment.