Browse Source

Newline after json blob

pull/1178/head
Ross McFarland 2 years ago
parent
commit
6cc0945805
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      octodns/provider/plan.py

+ 1
- 0
octodns/provider/plan.py View File

@ -234,6 +234,7 @@ class PlanJson(_PlanOutput):
data[target.id][plan.desired.name] = plan.data
fh.write(dumps(data, indent=self.indent, sort_keys=self.sort_keys))
fh.write('\n')
class PlanMarkdown(_PlanOutput):


Loading…
Cancel
Save