jamf / JamfMigrator

A tool to migrate data granularly between Jamf Pro servers
MIT License
140 stars 10 forks source link

Migrated scripts don't retain empty lines from original script #33

Closed danny-friedman closed 5 years ago

danny-friedman commented 5 years ago

After migrating scripts I noticed that empty lines in scripts (either required or for beautifucation) had been removed.

This created issues with heredocs that I was using for notifications where I intended to insert empty lines. I was able to replicate this behavior with all migrated scripts.

BIG-RAT commented 5 years ago

@danny-friedman - thanks for catching that. Should now be resolved in v3.3.4

danny-friedman commented 5 years ago

Thank you for the quick turnaround. Works perfectly now!