command: fix odd formatting that snuck in

This commit is contained in:
Mitchell Hashimoto 2017-03-13 16:41:33 -07:00
parent 173e8562d4
commit f7964194eb
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 2 additions and 1 deletions

View File

@ -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,
}