Skip to content

Commit

Permalink
removing harmless, unneeded ;
Browse files Browse the repository at this point in the history
  • Loading branch information
kmwoley committed Jan 15, 2023
1 parent 6b13a4b commit f759630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $SnapshotRetentionPolicy = @("--group-by", "host,tags", "--keep-daily", "30", "-
$SnapshotPrunePolicy = @("--max-unused", "1%")
$SnapshotMaintenanceInterval = 7
$SnapshotMaintenanceDays = 30
$SnapshotDeepMaintenanceDays = 90;
$SnapshotDeepMaintenanceDays = 90

# email configuration
$SendEmailOnSuccess = $false
Expand Down

0 comments on commit f759630

Please sign in to comment.