mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
command: fix odd formatting that snuck in
This commit is contained in:
parent
173e8562d4
commit
f7964194eb
@ -603,7 +603,8 @@ func TestApply_plan_backup(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
args := []string{"-state-out", statePath,
|
||||
args := []string{
|
||||
"-state-out", statePath,
|
||||
"-backup", backupPath,
|
||||
planPath,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user