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 {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
args := []string{"-state-out", statePath,
|
args := []string{
|
||||||
|
"-state-out", statePath,
|
||||||
"-backup", backupPath,
|
"-backup", backupPath,
|
||||||
planPath,
|
planPath,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue