mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-16 18:35:03 -06:00
command/apply: remove duplicate statement (#23011)
This commit is contained in:
parent
b6257a3e26
commit
e505845a63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user