Skip to content

Commit

Permalink
Do not compress streams' json
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Démoulins committed Oct 18, 2017
1 parent 894acf6 commit 9a176a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/Private/AUPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AUPackage {
$this.Streams | Add-Member $stream $version
}
}
$this.Streams | ConvertTo-Json -Compress | Set-Content $this.StreamsPath -Encoding UTF8
$this.Streams | ConvertTo-Json | Set-Content $this.StreamsPath -Encoding UTF8
}

Backup() {
Expand Down

0 comments on commit 9a176a6

Please sign in to comment.