command/apply: remove duplicate statement (#23011)

This commit is contained in:
Jeff Green 2019-10-08 13:11:36 -07:00 committed by Kristin Laemmert
parent b6257a3e26
commit e505845a63
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ func (c *PlanCommand) Run(args []string) int {
opReq := c.Operation(b)
opReq.ConfigDir = configPath
opReq.Destroy = destroy
opReq.PlanRefresh = refresh
opReq.PlanOutPath = outPath
opReq.PlanRefresh = refresh
opReq.Type = backend.OperationTypePlan