command: Add a newline before confirming apply

This blank line delineating the plan and the query was accidentally
dropped as part of the views migration.
pull/28363/head
Alisdair McDiarmid 5 years ago
parent 5f5432e8ea
commit e4031eaccf

@ -107,7 +107,7 @@ func (b *Local) opApply(
v, err := op.UIIn.Input(stopCtx, &terraform.InputOpts{
Id: "approve",
Query: query,
Query: "\n" + query,
Description: desc,
})
if err != nil {

Loading…
Cancel
Save