diff --git a/create_restorepoint.ps1 b/create_restorepoint.ps1 index a0f45f2..04cc09e 100644 --- a/create_restorepoint.ps1 +++ b/create_restorepoint.ps1 @@ -17,7 +17,6 @@ try { # Return the result as JSON @{ Name = $Name - RestorePointType = $restorePointType Status = $status Timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss" } | ConvertTo-Json \ No newline at end of file