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 authored and majkinetor committed Oct 29, 2017
1 parent 0f44752 commit 1a000ce
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 1a000ce

Please sign in to comment.