From e505845a63fb5f1cf6dc1c8614178ad5c054da13 Mon Sep 17 00:00:00 2001 From: Jeff Green Date: Tue, 8 Oct 2019 13:11:36 -0700 Subject: [PATCH] command/apply: remove duplicate statement (#23011) --- command/plan.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/plan.go b/command/plan.go index d3b159653..aad035705 100644 --- a/command/plan.go +++ b/command/plan.go @@ -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