Skip to content

Commit

Permalink
fix error for which flags (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards authored Oct 10, 2022
1 parent 07aa74b commit d449937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ func init() {
clusterCmd.AddCommand(destroyCmd)
currentCommand := destroyCmd
flagset.DefineGlobalFlags(currentCommand)
flagset.DefineCreateFlags(currentCommand)
flagset.DefineDestroyFlags(currentCommand)
}

0 comments on commit d449937

Please sign in to comment.